summaryrefslogtreecommitdiffstats
path: root/src/constexp.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2012-11-18 21:43:28 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2012-11-18 21:43:28 (GMT)
commitfee4053bd3dd075a2dd2cba4da8166ec5307eadd (patch)
tree94365b932426de715b3a479094b7056e0c4f878b /src/constexp.h
parentceb4115c7b941039411e1793e01239610ff112a2 (diff)
downloadDoxygen-fee4053bd3dd075a2dd2cba4da8166ec5307eadd.zip
Doxygen-fee4053bd3dd075a2dd2cba4da8166ec5307eadd.tar.gz
Doxygen-fee4053bd3dd075a2dd2cba4da8166ec5307eadd.tar.bz2
Release-1.8.2-20121118
Diffstat (limited to 'src/constexp.h')
-rw-r--r--src/constexp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constexp.h b/src/constexp.h
index 8fedc34..767ea66 100644
--- a/src/constexp.h
+++ b/src/constexp.h
@@ -19,8 +19,8 @@
#ifndef _CONSTEXP_H
#define _CONSTEXP_H
-#include "qtbc.h"
#include "cppvalue.h"
+#include <qcstring.h>
extern bool parseCppExpression(const char *fileName,int line,const QCString &s);
extern int cppExpYYparse();