aboutsummaryrefslogtreecommitdiffstats
path: root/rlp.cpp
diff options
context:
space:
mode:
authorGav Wood <i@gavwood.com>2014-06-28 05:47:24 +0800
committerGav Wood <i@gavwood.com>2014-06-28 05:47:24 +0800
commitb62f71c699de687268b5d83a526f66027fca07ea (patch)
tree075bf6824f198776505f5f6e0fed6a1ac978cb7a /rlp.cpp
parentd737f6df42f98c42d98d7bd4bad8a8c96e61d5a1 (diff)
downloaddexon-solidity-b62f71c699de687268b5d83a526f66027fca07ea.tar.gz
dexon-solidity-b62f71c699de687268b5d83a526f66027fca07ea.tar.zst
dexon-solidity-b62f71c699de687268b5d83a526f66027fca07ea.zip
Project refactor. Introduce the Serpent library.
Diffstat (limited to 'rlp.cpp')
-rw-r--r--rlp.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/rlp.cpp b/rlp.cpp
index 0a62df9e..548be8d9 100644
--- a/rlp.cpp
+++ b/rlp.cpp
@@ -23,9 +23,9 @@
#include <fstream>
#include <sstream>
#include "JsonSpiritHeaders.h"
-#include <libethsupport/Log.h>
-#include <libethsupport/RLP.h>
-#include <libethsupport/Common.h>
+#include <libethential/Log.h>
+#include <libethential/RLP.h>
+#include <libethential/Common.h>
#include <boost/test/unit_test.hpp>
#include <algorithm>