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/ASTForward.h | |
parent | 332f914e4ef45f92c89beb87a8bb02ba5e85592b (diff) | |
download | dexon-solidity-b185d01a263fb40315cffe7789963eee89cb19eb.tar.gz dexon-solidity-b185d01a263fb40315cffe7789963eee89cb19eb.tar.zst dexon-solidity-b185d01a263fb40315cffe7789963eee89cb19eb.zip |
Sort includes in libsolidity/ast
Diffstat (limited to 'libsolidity/ast/ASTForward.h')
-rw-r--r-- | libsolidity/ast/ASTForward.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libsolidity/ast/ASTForward.h b/libsolidity/ast/ASTForward.h index 992fe4cd..f61acad9 100644 --- a/libsolidity/ast/ASTForward.h +++ b/libsolidity/ast/ASTForward.h @@ -22,8 +22,8 @@ #pragma once -#include <string> #include <memory> +#include <string> #include <vector> // Forward-declare all AST node types |