aboutsummaryrefslogtreecommitdiffstats
path: root/ApiExtractor/fileout.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2017-01-05 16:13:56 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2017-01-06 12:10:10 +0000
commit566173b343c8672cd15fe7c3d5223aab766e6ef7 (patch)
treedef9348b84b1ef5e2cdc6b527dc11deadca38a0d /ApiExtractor/fileout.h
parentb95dc286f5149f0f8ce512f480c9b9ac997ece3f (diff)
Header cleanup
Split out small headers typesystem_enums.h typesystem_typedefs.h and abstractmetalang_typedefs.h containing enumerations and typedefs from abstractmetalang.h and typesystem.h. Move enumerations Position and DocModificationMode from typesystem classes into global enumerations in typesystem_enums.h. Remove the large includes abstractmetalang.h and typesystem.h from most headers, de-inline some methods where required. Change-Id: I206acb605f86964a591057dcbc8584b9572fd810 Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'ApiExtractor/fileout.h')
-rw-r--r--ApiExtractor/fileout.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ApiExtractor/fileout.h b/ApiExtractor/fileout.h
index e598536d8..14ce3a251 100644
--- a/ApiExtractor/fileout.h
+++ b/ApiExtractor/fileout.h
@@ -30,7 +30,6 @@
#define FILEOUT_H
#include <QtCore/QObject>
-#include <QtCore/QFile>
#include <QtCore/QTextStream>
class FileOut : public QObject