summaryrefslogtreecommitdiffstats
path: root/src/condparser.h
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2021-03-26 19:01:51 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2021-03-26 19:01:51 (GMT)
commit00c414f562159d8fbc832d8807aa215800f201b4 (patch)
tree74af9ba6b8d238c35f3cd67cc873723fca3078ed /src/condparser.h
parent310df91d23ab9680b67a29d82564cc25e8765ce7 (diff)
downloadDoxygen-00c414f562159d8fbc832d8807aa215800f201b4.zip
Doxygen-00c414f562159d8fbc832d8807aa215800f201b4.tar.gz
Doxygen-00c414f562159d8fbc832d8807aa215800f201b4.tar.bz2
Refactoring: make qcstring.h a local include
Diffstat (limited to 'src/condparser.h')
-rw-r--r--src/condparser.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/condparser.h b/src/condparser.h
index 1ad13b1..692793c 100644
--- a/src/condparser.h
+++ b/src/condparser.h
@@ -5,8 +5,8 @@
* 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.
*
@@ -22,7 +22,7 @@
* ! NOT operator
*/
-#include <qcstring.h>
+#include "qcstring.h"
class CondParser
{