aboutsummaryrefslogtreecommitdiffstats
path: root/dagger.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dagger.cpp')
-rw-r--r--dagger.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/dagger.cpp b/dagger.cpp
index 728c8382..d21c59e9 100644
--- a/dagger.cpp
+++ b/dagger.cpp
@@ -21,8 +21,8 @@
*/
#include <chrono>
-#include "Log.h"
-#include "Dagger.h"
+#include <libethcore/Log.h>
+#include <libethereum/Dagger.h>
using namespace std;
using namespace std::chrono;
using namespace eth;