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/profile/diveplotdatamodel.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/profile/diveplotdatamodel.cpp')
-rw-r--r-- | qt-ui/profile/diveplotdatamodel.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/qt-ui/profile/diveplotdatamodel.cpp b/qt-ui/profile/diveplotdatamodel.cpp index 2a183a671..ad2859b9e 100644 --- a/qt-ui/profile/diveplotdatamodel.cpp +++ b/qt-ui/profile/diveplotdatamodel.cpp @@ -3,8 +3,6 @@ #include "display.h" #include "profile.h" #include "graphicsview-common.h" -#include "dive.h" -#include "display.h" #include "divelist.h" #include <QDebug> |