summaryrefslogtreecommitdiff
path: root/server/src/macrotool
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/macrotool')
-rw-r--r--server/src/macrotool/dump.cc2
-rw-r--r--server/src/macrotool/export.cc2
-rw-r--r--server/src/macrotool/fieldnames.cc2
-rw-r--r--server/src/macrotool/filehandler.cc2
-rw-r--r--server/src/macrotool/macrotool.cc2
5 files changed, 5 insertions, 5 deletions
diff --git a/server/src/macrotool/dump.cc b/server/src/macrotool/dump.cc
index 3d28181..29d7c4a 100644
--- a/server/src/macrotool/dump.cc
+++ b/server/src/macrotool/dump.cc
@@ -37,7 +37,7 @@
#include "util.h"
-#include "debug.h"
+#include <hugin.h>
#include "macroparser.h"
#include "templateparser.h"
diff --git a/server/src/macrotool/export.cc b/server/src/macrotool/export.cc
index f42cd34..165cda4 100644
--- a/server/src/macrotool/export.cc
+++ b/server/src/macrotool/export.cc
@@ -29,7 +29,7 @@
#include <config.h>
#include <stdio.h>
-#include "debug.h"
+#include <hugin.h>
#ifndef WITHOUT_DB
diff --git a/server/src/macrotool/fieldnames.cc b/server/src/macrotool/fieldnames.cc
index f348ef4..898b50c 100644
--- a/server/src/macrotool/fieldnames.cc
+++ b/server/src/macrotool/fieldnames.cc
@@ -33,7 +33,7 @@
#include "util.h"
#include "macroparser.h"
-#include "debug.h"
+#include <hugin.h>
#include "database.h"
#include "configuration.h"
diff --git a/server/src/macrotool/filehandler.cc b/server/src/macrotool/filehandler.cc
index 738b687..a45a66e 100644
--- a/server/src/macrotool/filehandler.cc
+++ b/server/src/macrotool/filehandler.cc
@@ -36,7 +36,7 @@
#include "macroparser.h"
#include "template.h"
-#include "debug.h"
+#include <hugin.h>
#include "util.h"
diff --git a/server/src/macrotool/macrotool.cc b/server/src/macrotool/macrotool.cc
index 0445927..60f8302 100644
--- a/server/src/macrotool/macrotool.cc
+++ b/server/src/macrotool/macrotool.cc
@@ -40,7 +40,7 @@
#include "configurationparser.h"
#include "configuration.h"
-#include "debug.h"
+#include <hugin.h>
#include "dump.h"
#include "fieldnames.h"