From ab7667627149e5793343b81af43f3fa1b328097d Mon Sep 17 00:00:00 2001 From: Leonardo Alt Date: Mon, 17 Dec 2018 17:06:11 +0100 Subject: Sort includes in libsolidity/codegen --- libsolidity/codegen/LValue.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libsolidity/codegen/LValue.cpp') diff --git a/libsolidity/codegen/LValue.cpp b/libsolidity/codegen/LValue.cpp index 6d71d36f..70dbee81 100644 --- a/libsolidity/codegen/LValue.cpp +++ b/libsolidity/codegen/LValue.cpp @@ -21,10 +21,11 @@ */ #include -#include -#include + #include +#include #include +#include using namespace std; using namespace dev; -- cgit v1.2.3