diff options
author | Leonardo Alt <leo@ethereum.org> | 2018-12-17 22:33:15 +0800 |
---|---|---|
committer | Leonardo Alt <leo@ethereum.org> | 2018-12-17 22:33:15 +0800 |
commit | b185d01a263fb40315cffe7789963eee89cb19eb (patch) | |
tree | a544eb0d49a6d48aeda19e0fe34bd21089fde1a6 /libsolidity/ast/ASTAnnotations.h | |
parent | 332f914e4ef45f92c89beb87a8bb02ba5e85592b (diff) | |
download | dexon-solidity-b185d01a263fb40315cffe7789963eee89cb19eb.tar dexon-solidity-b185d01a263fb40315cffe7789963eee89cb19eb.tar.gz dexon-solidity-b185d01a263fb40315cffe7789963eee89cb19eb.tar.bz2 dexon-solidity-b185d01a263fb40315cffe7789963eee89cb19eb.tar.lz dexon-solidity-b185d01a263fb40315cffe7789963eee89cb19eb.tar.xz dexon-solidity-b185d01a263fb40315cffe7789963eee89cb19eb.tar.zst dexon-solidity-b185d01a263fb40315cffe7789963eee89cb19eb.zip |
Sort includes in libsolidity/ast
Diffstat (limited to 'libsolidity/ast/ASTAnnotations.h')
-rw-r--r-- | libsolidity/ast/ASTAnnotations.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libsolidity/ast/ASTAnnotations.h b/libsolidity/ast/ASTAnnotations.h index e9cc905e..33893a4f 100644 --- a/libsolidity/ast/ASTAnnotations.h +++ b/libsolidity/ast/ASTAnnotations.h @@ -27,8 +27,8 @@ #include <map> #include <memory> -#include <vector> #include <set> +#include <vector> namespace yul { |