summaryrefslogtreecommitdiff
path: root/src/Log.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-08-07 10:31:31 +0200
committerMax Kellermann <max@duempel.org>2013-08-07 10:31:31 +0200
commitb70d38dc10868a7ddfac2df7001be36fc37fc21c (patch)
tree93c9cb382ba9619680f1b85c0e004990ac8d00ab /src/Log.cxx
parenta27d105dcd1376c1df4ff16e388dfcfa3b355cc6 (diff)
Makefile.am: move sources to libsystem.a
Diffstat (limited to 'src/Log.cxx')
-rw-r--r--src/Log.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Log.cxx b/src/Log.cxx
index 37bff9c78..52b8be3ba 100644
--- a/src/Log.cxx
+++ b/src/Log.cxx
@@ -20,8 +20,8 @@
#include "config.h"
#include "Log.hxx"
#include "conf.h"
-#include "fd_util.h"
-#include "FatalError.hxx"
+#include "system/fd_util.h"
+#include "system/FatalError.hxx"
#include "mpd_error.h"
#include <assert.h>