diff options
author | Hugle <wulong@comp.nus.edu.sg> | 2014-03-20 19:31:45 +0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-03-20 09:52:24 -0700 |
commit | 2ca6009dfa85d2eedfad633124505719d6a3a9c0 (patch) | |
tree | 163c0bdfa5f7e0e2e7d8851081136e68775c5b31 /qt-ui/diveplanner.cpp | |
parent | 320071ac156db6e5c23c7daa647cbe9aae199f20 (diff) | |
download | subsurface-2ca6009dfa85d2eedfad633124505719d6a3a9c0.tar.gz |
Removed Duplicate Includes
Signed-off-by: Hugle <wulong@comp.nus.edu.sg>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/diveplanner.cpp')
-rw-r--r-- | qt-ui/diveplanner.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-ui/diveplanner.cpp b/qt-ui/diveplanner.cpp index 476812080..1351c1719 100644 --- a/qt-ui/diveplanner.cpp +++ b/qt-ui/diveplanner.cpp @@ -5,7 +5,6 @@ #include "mainwindow.h" #include "maintab.h" #include "tableview.h" -#include "graphicsview-common.h" #include "../dive.h" #include "../divelist.h" |