aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Jentzsch <jentzsch.software@gmail.com>2014-10-28 05:33:50 +0800
committerChristoph Jentzsch <jentzsch.software@gmail.com>2014-10-28 05:33:50 +0800
commitf1f8e2632da9866832e8e41d1b7383444a5d042e (patch)
treed3f6f0a4a4d34a9207492889c5efc6d1bb43d4bd
parenta0cfe7aeef1fd18b4cc7e8a62f3f788c0619d80c (diff)
downloaddexon-solidity-f1f8e2632da9866832e8e41d1b7383444a5d042e.tar.gz
dexon-solidity-f1f8e2632da9866832e8e41d1b7383444a5d042e.tar.zst
dexon-solidity-f1f8e2632da9866832e8e41d1b7383444a5d042e.zip
Update vm.h
-rw-r--r--vm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/vm.h b/vm.h
index 1718cd6f..f3aae694 100644
--- a/vm.h
+++ b/vm.h
@@ -37,7 +37,6 @@ along with cpp-ethereum. If not, see <http://www.gnu.org/licenses/>.
#include <libethereum/ExtVM.h>
#include <libethereum/State.h>
-
namespace dev { namespace test {
struct FakeExtVMFailure : virtual Exception {};