From b70d38dc10868a7ddfac2df7001be36fc37fc21c Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 7 Aug 2013 10:31:31 +0200 Subject: Makefile.am: move sources to libsystem.a --- src/Log.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Log.cxx') 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 -- cgit v1.2.3