diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-07-31 16:36:52 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-07-31 16:36:52 +0100 |
commit | 214fd81e9362f183603bacdb671e06192dcb5808 (patch) | |
tree | 9c5700af7dc8a1915892928fd9189b9cf99065e8 /src/daemon | |
parent | Merge pull request #2159 (diff) | |
download | monero-214fd81e9362f183603bacdb671e06192dcb5808.tar.xz |
some include cleanup
Diffstat (limited to 'src/daemon')
-rw-r--r-- | src/daemon/daemon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/daemon.cpp b/src/daemon/daemon.cpp index 241cb3883..683eaf4ff 100644 --- a/src/daemon/daemon.cpp +++ b/src/daemon/daemon.cpp @@ -41,7 +41,7 @@ #include "daemon/rpc.h" #include "daemon/command_server.h" #include "version.h" -#include "../../contrib/epee/include/syncobj.h" +#include "syncobj.h" using namespace epee; |