aboutsummaryrefslogtreecommitdiff
path: root/src/magic.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/magic.cc')
-rw-r--r--src/magic.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/magic.cc b/src/magic.cc
index 1282e5d..ca7aaec 100644
--- a/src/magic.cc
+++ b/src/magic.cc
@@ -1,9 +1,9 @@
#include "magic.hh"
#include "config.hh"
+#include "houses.hh"
#include "info.hh"
#include "operate.hh"
-
-#include "stubs.hh"
+#include "writer.hh"
#include <fstream>
#include <sstream>