summaryrefslogtreecommitdiffstats
path: root/src/types.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/types.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/types.h')
-rw-r--r--src/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types.h b/src/types.h
index 0038011..b629501 100644
--- a/src/types.h
+++ b/src/types.h
@@ -16,7 +16,7 @@
#ifndef TYPES_H
#define TYPES_H
-#include <qcstring.h>
+#include "qcstring.h"
/** @file
* @brief This file contains a number of basic enums and types.