summaryrefslogtreecommitdiff
path: root/src/common/LogEntry.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/LogEntry.cc')
-rw-r--r--src/common/LogEntry.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/LogEntry.cc b/src/common/LogEntry.cc
index 80801bcf3a3..7aa50786c72 100644
--- a/src/common/LogEntry.cc
+++ b/src/common/LogEntry.cc
@@ -1,9 +1,9 @@
#include <syslog.h>
-#include "LogEntry.h"
-#include "Formatter.h"
+#include "common/Formatter.h"
+#include "LogEntry.h"
int clog_type_to_syslog_prio(clog_type t)
{