diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2012-11-18 21:43:28 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2012-11-18 21:43:28 (GMT) |
commit | fee4053bd3dd075a2dd2cba4da8166ec5307eadd (patch) | |
tree | 94365b932426de715b3a479094b7056e0c4f878b /src/declinfo.h | |
parent | ceb4115c7b941039411e1793e01239610ff112a2 (diff) | |
download | Doxygen-fee4053bd3dd075a2dd2cba4da8166ec5307eadd.zip Doxygen-fee4053bd3dd075a2dd2cba4da8166ec5307eadd.tar.gz Doxygen-fee4053bd3dd075a2dd2cba4da8166ec5307eadd.tar.bz2 |
Release-1.8.2-20121118
Diffstat (limited to 'src/declinfo.h')
-rw-r--r-- | src/declinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declinfo.h b/src/declinfo.h index a91f5bb..9486bad 100644 --- a/src/declinfo.h +++ b/src/declinfo.h @@ -18,8 +18,8 @@ #ifndef DECLINFO_H #define DECLINFO_H -#include "qtbc.h" #include <stdio.h> +#include <qcstring.h> extern void parseFuncDecl(const QCString &decl, bool objC, |