summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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