diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-08-07 15:13:07 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-08-07 15:13:07 +0200 |
commit | ea46a5527a26eab8dbf664396c8186031b7d50b3 (patch) | |
tree | 89bdc857790b852a1a3964292a69dd77de310c0a /src/daemon | |
parent | Merge pull request #2230 (diff) | |
parent | some include cleanup (diff) | |
download | monero-ea46a5527a26eab8dbf664396c8186031b7d50b3.tar.xz |
Merge pull request #2234
214fd81e some include cleanup (moneromooo-monero)
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; |