summaryrefslogtreecommitdiffstats
path: root/src/index.h
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2021-03-14 14:47:59 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2021-03-18 20:57:40 (GMT)
commitfa1897b1889f7bf74de68f1ac99cf3be343a7551 (patch)
treeea14c45937cb6fef237c0fcafbd5b0923abd8f0a /src/index.h
parent0d05e79d67b5b808918541f429b06805207e8bdb (diff)
downloadDoxygen-fa1897b1889f7bf74de68f1ac99cf3be343a7551.zip
Doxygen-fa1897b1889f7bf74de68f1ac99cf3be343a7551.tar.gz
Doxygen-fa1897b1889f7bf74de68f1ac99cf3be343a7551.tar.bz2
Refactoring: replace QFile/FTextStream with fstream/stringstream
Diffstat (limited to 'src/index.h')
-rw-r--r--src/index.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/index.h b/src/index.h
index e11304e..042d3ee 100644
--- a/src/index.h
+++ b/src/index.h
@@ -26,7 +26,6 @@ class Definition;
class DefinitionMutable;
class MemberDef;
class OutputList;
-class FTextStream;
/** \brief Abstract interface for index generators. */
class IndexIntf