summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-09-12 17:13:40 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2019-09-12 17:13:40 (GMT)
commit8e1481ecba4a028dcd7e6a083619d88c5944a87f (patch)
tree326bbe672ec8631babd6847cbcf3f668fe0ea842 /src
parentcc4253926526efc87385de9640e64cd5cf062ada (diff)
downloadDoxygen-8e1481ecba4a028dcd7e6a083619d88c5944a87f.zip
Doxygen-8e1481ecba4a028dcd7e6a083619d88c5944a87f.tar.gz
Doxygen-8e1481ecba4a028dcd7e6a083619d88c5944a87f.tar.bz2
Fixed a couple of compiler warnings on Windows
Diffstat (limited to 'src')
-rw-r--r--src/dot.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dot.h b/src/dot.h
index 12ee540..60f7f26 100644
--- a/src/dot.h
+++ b/src/dot.h
@@ -23,12 +23,12 @@
#include "sortdict.h"
#include "dotgraph.h" // only for GraphOutputFormat
+#include "dotfilepatcher.h"
+#include "dotrunner.h"
class FTextStream;
class DotRunner;
class DotRunnerQueue;
-class DotWorkerThread;
-class DotFilePatcher;
/** Singleton that manages parallel dot invocations and patching files for embedding image maps */
class DotManager