summaryrefslogtreecommitdiffstats
path: root/src/tclscanner.l
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2012-11-18 21:43:28 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2012-11-18 21:43:28 (GMT)
commit1a68946cfa3e3ee749a683fdabc93e6b5311adeb (patch)
tree94365b932426de715b3a479094b7056e0c4f878b /src/tclscanner.l
parent9c9313827b29876de43ad5305fd7ac162013359c (diff)
downloadDoxygen-1a68946cfa3e3ee749a683fdabc93e6b5311adeb.zip
Doxygen-1a68946cfa3e3ee749a683fdabc93e6b5311adeb.tar.gz
Doxygen-1a68946cfa3e3ee749a683fdabc93e6b5311adeb.tar.bz2
Release-1.8.2-20121118
Diffstat (limited to 'src/tclscanner.l')
-rw-r--r--src/tclscanner.l15
1 files changed, 9 insertions, 6 deletions
diff --git a/src/tclscanner.l b/src/tclscanner.l
index c46d136..aaeac41 100644
--- a/src/tclscanner.l
+++ b/src/tclscanner.l
@@ -19,13 +19,18 @@
#include <stdlib.h>
#include <assert.h>
#include <ctype.h>
-#include "qtbc.h"
+#include <unistd.h>
+
+#include <qstring.h>
+#include <qstringlist.h>
+#include <qlist.h>
+#include <qmap.h>
#include <qarray.h>
#include <qstack.h>
#include <qregexp.h>
-#include <unistd.h>
#include <qfile.h>
#include <qdict.h>
+
#include "entry.h"
#include "message.h"
#include "config.h"
@@ -42,11 +47,9 @@
#include "commentcnv.h"
#include "bufstr.h"
#include "portable.h"
-#include <qstring.h>
-#include <qstringlist.h>
-#include <qlist.h>
-#include <qmap.h>
#include "arguments.h"
+#include "namespacedef.h"
+#include "filedef.h"
#define YY_NEVER_INTERACTIVE 1
#define YY_NO_INPUT 1