diff options
author | chriseth <c@ethdev.com> | 2017-01-26 20:47:57 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2017-01-26 20:47:57 +0800 |
commit | 8e29d636f710819d082e7b01de42da960d9f5b51 (patch) | |
tree | 6b3ebbb96bc8f7a60ca1249ab85b35f06631c5de /solc/CommandLineInterface.h | |
parent | 1b097fd3c795dc5f0e100858a45b2efd8efc59b8 (diff) | |
download | dexon-solidity-8e29d636f710819d082e7b01de42da960d9f5b51.tar dexon-solidity-8e29d636f710819d082e7b01de42da960d9f5b51.tar.gz dexon-solidity-8e29d636f710819d082e7b01de42da960d9f5b51.tar.bz2 dexon-solidity-8e29d636f710819d082e7b01de42da960d9f5b51.tar.lz dexon-solidity-8e29d636f710819d082e7b01de42da960d9f5b51.tar.xz dexon-solidity-8e29d636f710819d082e7b01de42da960d9f5b51.tar.zst dexon-solidity-8e29d636f710819d082e7b01de42da960d9f5b51.zip |
Header cleanup.
Diffstat (limited to 'solc/CommandLineInterface.h')
-rw-r--r-- | solc/CommandLineInterface.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/solc/CommandLineInterface.h b/solc/CommandLineInterface.h index b8fc1823..bcfc43d7 100644 --- a/solc/CommandLineInterface.h +++ b/solc/CommandLineInterface.h @@ -21,12 +21,14 @@ */ #pragma once -#include <memory> -#include <boost/program_options.hpp> -#include <boost/filesystem/path.hpp> #include <libsolidity/interface/CompilerStack.h> #include <libsolidity/inlineasm/AsmStack.h> +#include <boost/program_options.hpp> +#include <boost/filesystem/path.hpp> + +#include <memory> + namespace dev { namespace solidity |