aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/codegen/LValue.h
diff options
context:
space:
mode:
authorLeonardo Alt <leo@ethereum.org>2018-12-18 00:06:11 +0800
committerLeonardo Alt <leo@ethereum.org>2018-12-18 00:06:11 +0800
commitab7667627149e5793343b81af43f3fa1b328097d (patch)
tree7b282d939594c49ea2bb345f8129c17705deeeb1 /libsolidity/codegen/LValue.h
parent332f914e4ef45f92c89beb87a8bb02ba5e85592b (diff)
downloaddexon-solidity-ab7667627149e5793343b81af43f3fa1b328097d.tar.gz
dexon-solidity-ab7667627149e5793343b81af43f3fa1b328097d.tar.zst
dexon-solidity-ab7667627149e5793343b81af43f3fa1b328097d.zip
Sort includes in libsolidity/codegen
Diffstat (limited to 'libsolidity/codegen/LValue.h')
-rw-r--r--libsolidity/codegen/LValue.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libsolidity/codegen/LValue.h b/libsolidity/codegen/LValue.h
index d854857b..3b44597f 100644
--- a/libsolidity/codegen/LValue.h
+++ b/libsolidity/codegen/LValue.h
@@ -22,10 +22,10 @@
#pragma once
+#include <libsolidity/codegen/ArrayUtils.h>
+#include <liblangutil/SourceLocation.h>
#include <memory>
#include <vector>
-#include <liblangutil/SourceLocation.h>
-#include <libsolidity/codegen/ArrayUtils.h>
namespace dev
{