summaryrefslogtreecommitdiffstats
path: root/src/reflist.h
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2021-01-22 20:40:27 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2021-01-22 20:45:22 (GMT)
commitb89561e0c61aec5cae6eafc354f81a3bf071a777 (patch)
treec5ae160c7983bf5719fb82876f1df0f67ff24eda /src/reflist.h
parentc8f6a5d01fc0eafcc32d235e922b77e4aed42cfa (diff)
downloadDoxygen-b89561e0c61aec5cae6eafc354f81a3bf071a777.zip
Doxygen-b89561e0c61aec5cae6eafc354f81a3bf071a777.tar.gz
Doxygen-b89561e0c61aec5cae6eafc354f81a3bf071a777.tar.bz2
Refactoring: cleanup unused qtools headers
Diffstat (limited to 'src/reflist.h')
-rw-r--r--src/reflist.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/reflist.h b/src/reflist.h
index 0ced63b..7f4473c 100644
--- a/src/reflist.h
+++ b/src/reflist.h
@@ -20,8 +20,7 @@
#include <unordered_map>
#include <memory>
-#include <qintdict.h>
-#include <qlist.h>
+#include <qcstring.h>
#include "linkedmap.h"
class Definition;