Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Unified Diff: src/IceCfg.cpp

Issue 1202253002: Includes module header first. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Changes All Subzero includes to match LLVM style guide. Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/IceCfg.cpp
diff --git a/src/IceCfg.cpp b/src/IceCfg.cpp
index 72c912082cf1c266cad622292c93929f3d1b530e..832cf65cf5deee5e119d064394d69ca2efa661c6 100644
--- a/src/IceCfg.cpp
+++ b/src/IceCfg.cpp
@@ -12,8 +12,9 @@
//
//===----------------------------------------------------------------------===//
-#include "IceAssembler.h"
#include "IceCfg.h"
+
+#include "IceAssembler.h"
#include "IceCfgNode.h"
#include "IceClFlags.h"
#include "IceDefs.h"

Powered by Google App Engine
This is Rietveld 408576698