summaryrefslogtreecommitdiffstats
path: root/src/context.h
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-05-10 11:55:33 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2020-05-10 11:55:33 (GMT)
commitab7595c96e83af7ddfa00ff81598afcb88a724a3 (patch)
tree01c9bdc992c66ddd683fe6d0998167eac74cb4e2 /src/context.h
parente24bad3c5d841435f42bd3ff7a39bdf551471c34 (diff)
parent8b2d00106d564068ad58d2f51bef155a4d0e982e (diff)
downloadDoxygen-ab7595c96e83af7ddfa00ff81598afcb88a724a3.zip
Doxygen-ab7595c96e83af7ddfa00ff81598afcb88a724a3.tar.gz
Doxygen-ab7595c96e83af7ddfa00ff81598afcb88a724a3.tar.bz2
Merge branch 'feature/change-DirList-container-to-std' of https://github.com/dhebbeker/doxygen into dhebbeker-feature/change-DirList-container-to-std
Diffstat (limited to 'src/context.h')
-rw-r--r--src/context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/context.h b/src/context.h
index 929f06c..7256dc6 100644
--- a/src/context.h
+++ b/src/context.h
@@ -20,6 +20,7 @@
#include "template.h"
#include <qlist.h>
#include <stdio.h>
+#include "dirdef.h"
class Definition;
class ClassDef;
@@ -34,7 +35,6 @@ class FileDef;
class FileList;
class FileNameLinkedMap;
class DirSDict;
-class DirList;
class DirDef;
class PageSDict;
class GroupSDict;