Browse Source

Removed libethcore dependencies

cl-refactor
Vitalik Buterin 11 years ago
parent
commit
48adde44f5
  1. 1
      liblll/Assembly.h
  2. 2
      liblll/Exceptions.h

1
liblll/Assembly.h

@ -25,7 +25,6 @@
#include <sstream>
#include <libethential/Common.h>
#include <libevmface/Instruction.h>
#include <libethcore/SHA3.h>
#include "Exceptions.h"
namespace eth

2
liblll/Exceptions.h

@ -21,8 +21,6 @@
#pragma once
#include <libethcore/Exceptions.h>
namespace eth
{

Loading…
Cancel
Save