diff options
author | Gav Wood <i@gavwood.com> | 2014-01-03 09:31:18 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2014-01-03 09:31:18 +0800 |
commit | 61e22f7bb56c1f29cbae03e7fdcbdf20c3a472df (patch) | |
tree | 9f535958df3f3e8d24211198b102ea7705b2398e | |
parent | 780099223ca2028cc7d008c0f52743cb347536dc (diff) | |
download | dexon-solidity-61e22f7bb56c1f29cbae03e7fdcbdf20c3a472df.tar.gz dexon-solidity-61e22f7bb56c1f29cbae03e7fdcbdf20c3a472df.tar.zst dexon-solidity-61e22f7bb56c1f29cbae03e7fdcbdf20c3a472df.zip |
Codebase cleanups - renaming files.
-rw-r--r-- | main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #include <random> #include "Common.h" #include "RLP.h" -#include "PatriciaTree.h" +#include "Trie.h" #include "VirtualMachine.h" using namespace std; using namespace eth; |