diff --git a/client/DaemonWin32.cpp b/client/DaemonWin32.cpp index 3f5d5b00..e260cbfa 100644 --- a/client/DaemonWin32.cpp +++ b/client/DaemonWin32.cpp @@ -4,7 +4,7 @@ #ifdef _WIN32 -#include "./Win32/Win32Service.h" +#include "Win32Service.h" namespace i2p { diff --git a/client/Win32Service.cpp b/client/Win32Service.cpp index c9189fac..90e909af 100644 --- a/client/Win32Service.cpp +++ b/client/Win32Service.cpp @@ -8,7 +8,7 @@ #include #include "Daemon.h" -#include "Log.h" +#include "util/Log.h" I2PService *I2PService::s_service = NULL;