File tree 6 files changed +26
-26
lines changed
6 files changed +26
-26
lines changed Original file line number Diff line number Diff line change 23
23
24
24
#pragma once
25
25
26
- #include < string>
27
- #include < functional>
28
26
#include < libdevcore/Address.h>
29
27
#include < libdevcore/Common.h>
30
- #include < libdevcore/FixedHash.h>
31
28
#include < libdevcore/Exceptions.h>
29
+ #include < libdevcore/FixedHash.h>
30
+
31
+ #include < functional>
32
+ #include < string>
32
33
33
34
namespace dev
34
35
{
Original file line number Diff line number Diff line change 17
17
18
18
#pragma once
19
19
20
- #include < boost/optional.hpp >
21
-
20
+ #include < libethcore/Common.h >
21
+ # include < libdevcrypto/Common.h >
22
22
#include < libdevcore/RLP.h>
23
23
#include < libdevcore/SHA3.h>
24
- # include < libdevcrypto/Common.h >
25
- #include < libethcore/Common.h >
24
+
25
+ #include < boost/optional.hpp >
26
26
27
27
namespace dev
28
28
{
Original file line number Diff line number Diff line change 21
21
22
22
#pragma once
23
23
24
- #include < string>
25
24
#include < libdevcore/Common.h>
26
25
26
+ #include < string>
27
+
27
28
namespace dev
28
29
{
29
30
namespace eth
Original file line number Diff line number Diff line change 21
21
22
22
#pragma once
23
23
24
- #include < libdevcore/RLP.h>
25
- #include < libdevcore/SHA3.h>
26
24
#include < libethcore/Common.h>
27
25
#include < libethcore/Transaction.h>
28
26
#include < libethcore/ChainOperationParams.h>
27
+ #include < libdevcore/RLP.h>
28
+ #include < libdevcore/SHA3.h>
29
29
30
30
namespace dev
31
31
{
Original file line number Diff line number Diff line change 21
21
22
22
#pragma once
23
23
24
- #include < array>
25
- #include < boost/variant/variant.hpp>
26
- #include < libdevcore/RLP.h>
27
24
#include < libethcore/Common.h>
25
+ #include < libdevcore/RLP.h>
26
+
27
+ #include < boost/variant/variant.hpp>
28
+ #include < array>
28
29
29
30
namespace dev
30
31
{
31
-
32
32
namespace eth
33
33
{
34
34
Original file line number Diff line number Diff line change 14
14
You should have received a copy of the GNU General Public License
15
15
along with cpp-ethereum. If not, see <http://www.gnu.org/licenses/>.
16
16
*/
17
- /* * @file ExtVMFace.h
18
- * @author Gav Wood <i@gavwood.com>
19
- * @date 2014
20
- */
21
17
22
18
#pragma once
23
19
24
- #include < set>
25
- #include < functional>
26
- #include < boost/optional.hpp>
27
- #include < evm.h>
20
+ #include " Instruction.h"
21
+
22
+ #include < libethcore/BlockHeader.h>
23
+ #include < libethcore/ChainOperationParams.h>
24
+ #include < libethcore/Common.h>
28
25
#include < libdevcore/Common.h>
29
26
#include < libdevcore/CommonData.h>
30
27
#include < libdevcore/SHA3.h>
31
- #include < libethcore/Common.h>
32
- #include < libethcore/BlockHeader.h>
33
- #include < libethcore/ChainOperationParams.h>
34
- #include " Instruction.h"
28
+
29
+ #include < evm.h>
30
+ #include < boost/optional.hpp>
31
+ #include < functional>
32
+ #include < set>
35
33
36
34
namespace dev
37
35
{
You can’t perform that action at this time.
0 commit comments