diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2021-03-26 19:01:51 (GMT) |
---|---|---|
committer | Dimitri van Heesch <doxygen@gmail.com> | 2021-03-26 19:01:51 (GMT) |
commit | 00c414f562159d8fbc832d8807aa215800f201b4 (patch) | |
tree | 74af9ba6b8d238c35f3cd67cc873723fca3078ed /src/declinfo.h | |
parent | 310df91d23ab9680b67a29d82564cc25e8765ce7 (diff) | |
download | Doxygen-00c414f562159d8fbc832d8807aa215800f201b4.zip Doxygen-00c414f562159d8fbc832d8807aa215800f201b4.tar.gz Doxygen-00c414f562159d8fbc832d8807aa215800f201b4.tar.bz2 |
Refactoring: make qcstring.h a local include
Diffstat (limited to 'src/declinfo.h')
-rw-r--r-- | src/declinfo.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/declinfo.h b/src/declinfo.h index 2039dca..002fe8e 100644 --- a/src/declinfo.h +++ b/src/declinfo.h @@ -1,12 +1,12 @@ /****************************************************************************** * - * + * * * Copyright (C) 1997-2015 by Dimitri van Heesch. * * Permission to use, copy, modify, and distribute this software and its - * documentation under the terms of the GNU General Public License is hereby - * granted. No representations are made about the suitability of this software + * documentation under the terms of the GNU General Public License is hereby + * granted. No representations are made about the suitability of this software * for any purpose. It is provided "as is" without express or implied warranty. * See the GNU General Public License for more details. * @@ -19,7 +19,7 @@ #define DECLINFO_H #include <stdio.h> -#include <qcstring.h> +#include "qcstring.h" #include "types.h" extern void parseFuncDecl(const QCString &decl, |