aboutsummaryrefslogtreecommitdiffstats
path: root/txTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'txTest.cpp')
-rw-r--r--txTest.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/txTest.cpp b/txTest.cpp
index 02aa990d..58fd11de 100644
--- a/txTest.cpp
+++ b/txTest.cpp
@@ -22,9 +22,9 @@
#include <boost/test/unit_test.hpp>
#include <boost/filesystem/operations.hpp>
-#include <Client.h>
-#include <BlockChain.h>
-#include <PeerServer.h>
+#include <libethereum/Client.h>
+#include <libethereum/BlockChain.h>
+#include <libethereum/PeerServer.h>
#include "TestHelper.h"
using namespace std;
using namespace eth;