summaryrefslogtreecommitdiffstats
path: root/src/vhdlcode.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdlcode.l')
-rw-r--r--src/vhdlcode.l7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/vhdlcode.l b/src/vhdlcode.l
index 22df1c1..b3d24d1 100644
--- a/src/vhdlcode.l
+++ b/src/vhdlcode.l
@@ -15,8 +15,7 @@
/******************************************************************************
* Parser for syntax hightlighting and references for vhdl subset
* written by M. Kreis
- * supports VHDL-87
- * does not support VHDL-AMS
+ * supports VHDL-87/93/2008
******************************************************************************/
%{
@@ -31,7 +30,6 @@
#include <qdir.h>
#include <qstringlist.h>
-#include "qtbc.h"
#include "entry.h"
#include "doxygen.h"
#include "message.h"
@@ -41,6 +39,9 @@
#include "searchindex.h"
#include "vhdldocgen.h"
#include "arguments.h"
+#include "config.h"
+#include "classdef.h"
+#include "filedef.h"
#define YY_NEVER_INTERACTIVE 1
#define YY_NO_INPUT 1