summaryrefslogtreecommitdiffstats
path: root/src/doxygen.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2021-03-03 20:13:49 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2021-03-03 20:13:49 (GMT)
commit29ea1e8227b3e892e7124c8cd8b5f2b8be81a058 (patch)
treeaaf1a0a05d6691789fa79de86fc7f152cc411424 /src/doxygen.cpp
parent93f5398050245c427869d865fe04c43c907666d1 (diff)
downloadDoxygen-29ea1e8227b3e892e7124c8cd8b5f2b8be81a058.zip
Doxygen-29ea1e8227b3e892e7124c8cd8b5f2b8be81a058.tar.gz
Doxygen-29ea1e8227b3e892e7124c8cd8b5f2b8be81a058.tar.bz2
Refactoring: replace QTextStream by ifstream
Diffstat (limited to 'src/doxygen.cpp')
-rw-r--r--src/doxygen.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/doxygen.cpp b/src/doxygen.cpp
index 70153ab..233861c 100644
--- a/src/doxygen.cpp
+++ b/src/doxygen.cpp
@@ -25,7 +25,6 @@
#include <sys/stat.h>
#include <qtextcodec.h>
#include <errno.h>
-#include <qtextstream.h>
#include <algorithm>
#include <unordered_map>