aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/codegen/LValue.h
diff options
context:
space:
mode:
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
{