diff options
author | Leonardo Alt <leo@ethereum.org> | 2018-12-18 00:06:11 +0800 |
---|---|---|
committer | Leonardo Alt <leo@ethereum.org> | 2018-12-18 00:06:11 +0800 |
commit | ab7667627149e5793343b81af43f3fa1b328097d (patch) | |
tree | 7b282d939594c49ea2bb345f8129c17705deeeb1 /libsolidity/codegen/LValue.h | |
parent | 332f914e4ef45f92c89beb87a8bb02ba5e85592b (diff) | |
download | dexon-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.h | 4 |
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 { |