diff options
author | albert-github <albert.tests@gmail.com> | 2014-02-26 13:32:09 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2014-02-26 13:32:09 (GMT) |
commit | 0e12f6bfa938b675f827074eb3693eff362e6b96 (patch) | |
tree | fe77f8e1f9c7cb17a93fd747225b51275269e9ba | |
parent | 6a0651d9328262271ade2b733c125aae4415e3c3 (diff) | |
download | Doxygen-0e12f6bfa938b675f827074eb3693eff362e6b96.zip Doxygen-0e12f6bfa938b675f827074eb3693eff362e6b96.tar.gz Doxygen-0e12f6bfa938b675f827074eb3693eff362e6b96.tar.bz2 |
Superfluous include removed
include remained for debug session.
-rw-r--r-- | addon/doxywizard/doxywizard.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/addon/doxywizard/doxywizard.cpp b/addon/doxywizard/doxywizard.cpp index 1ef95cc..99310a1 100644 --- a/addon/doxywizard/doxywizard.cpp +++ b/addon/doxywizard/doxywizard.cpp @@ -1,5 +1,4 @@ #include <QtGui> -#include <QImageReader> #include "doxywizard.h" #include "version.h" #include "expert.h" |