aboutsummaryrefslogtreecommitdiffstats
path: root/libevmasm/AssemblyItem.cpp
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-07-13 22:56:03 +0800
committerGitHub <noreply@github.com>2017-07-13 22:56:03 +0800
commitd1c3ecc94a4c0b36ccfd310a0ccf15e9e9b4a8dd (patch)
tree155c3b7479401e114faa7d2c6bccdfcb7ead866c /libevmasm/AssemblyItem.cpp
parent32247fd02800f5fce3a5dd2e8f186a5882447d0d (diff)
parent09e821619e20943af7bbd61ad10fb5ae40d2558c (diff)
downloaddexon-solidity-d1c3ecc94a4c0b36ccfd310a0ccf15e9e9b4a8dd.tar
dexon-solidity-d1c3ecc94a4c0b36ccfd310a0ccf15e9e9b4a8dd.tar.gz
dexon-solidity-d1c3ecc94a4c0b36ccfd310a0ccf15e9e9b4a8dd.tar.bz2
dexon-solidity-d1c3ecc94a4c0b36ccfd310a0ccf15e9e9b4a8dd.tar.lz
dexon-solidity-d1c3ecc94a4c0b36ccfd310a0ccf15e9e9b4a8dd.tar.xz
dexon-solidity-d1c3ecc94a4c0b36ccfd310a0ccf15e9e9b4a8dd.tar.zst
dexon-solidity-d1c3ecc94a4c0b36ccfd310a0ccf15e9e9b4a8dd.zip
Merge pull request #2567 from ethereum/refactorExceptions
Refactor exceptions and provide comment function.
Diffstat (limited to 'libevmasm/AssemblyItem.cpp')
-rw-r--r--libevmasm/AssemblyItem.cpp11
1 files changed, 6 insertions, 5 deletions
diff --git a/libevmasm/AssemblyItem.cpp b/libevmasm/AssemblyItem.cpp
index e69b5932..76104866 100644
--- a/libevmasm/AssemblyItem.cpp
+++ b/libevmasm/AssemblyItem.cpp
@@ -14,13 +14,14 @@
You should have received a copy of the GNU General Public License
along with solidity. If not, see <http://www.gnu.org/licenses/>.
*/
-/** @file Assembly.cpp
- * @author Gav Wood <i@gavwood.com>
- * @date 2014
- */
-#include "AssemblyItem.h"
+#include <libevmasm/AssemblyItem.h>
+
#include <libevmasm/SemanticInformation.h>
+
+#include <libdevcore/CommonData.h>
+#include <libdevcore/FixedHash.h>
+
#include <fstream>
using namespace std;