diff options
Diffstat (limited to 'dagger.cpp')
-rw-r--r-- | dagger.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |