diff options
author | Anton Lundin <glance@acc.umu.se> | 2015-08-31 23:23:26 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-08-31 15:12:18 -0700 |
commit | b7038e4beca409c6ad0d71693b3be61ddccaf8b4 (patch) | |
tree | 102000ea0f2b84b274cd0deab9f9dfb94b46ba24 /qthelper.cpp | |
parent | 332bde9c868f5ce69fff390299b04035d8fbfd00 (diff) | |
download | subsurface-b7038e4beca409c6ad0d71693b3be61ddccaf8b4.tar.gz |
Remove unneeded includes
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qthelper.cpp')
-rw-r--r-- | qthelper.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qthelper.cpp b/qthelper.cpp index de1d893df..ebae97df7 100644 --- a/qthelper.cpp +++ b/qthelper.cpp @@ -12,7 +12,6 @@ #include <exif.h> #include "file.h" #include "prefs-macros.h" -#include "mainwindow.h" #include <QFile> #include <QRegExp> #include <QDir> |