aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/helper/options.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/helper/options.c b/src/helper/options.c
index 5351e825..bbd071fd 100644
--- a/src/helper/options.c
+++ b/src/helper/options.c
@@ -26,8 +26,8 @@
#endif
#include "configuration.h"
-/* @todo the inclusion of server.h here is a layering violation */
-#include <server/server.h>
+#include "log.h"
+#include "command.h"
#include <getopt.h>