summaryrefslogtreecommitdiffstats
path: root/src/doxygen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/doxygen.h')
-rw-r--r--src/doxygen.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/doxygen.h b/src/doxygen.h
index a23a678..b93ab27 100644
--- a/src/doxygen.h
+++ b/src/doxygen.h
@@ -27,7 +27,6 @@
#include "membergroup.h"
#include "dirdef.h"
#include "memberlist.h"
-#include "docgroup.h"
class RefList;
class PageSList;
@@ -152,7 +151,6 @@ class Doxygen
static bool generatingXmlOutput;
static bool markdownSupport;
static GenericsSDict *genericsDict;
- static DocGroup docGroup;
static Preprocessor *preprocessor;
};