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

Unified Diff: src/IceTypes.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/IceTypes.cpp
diff --git a/src/IceTypes.cpp b/src/IceTypes.cpp
index 793e1755928cf47f3d9bd9ea3736212a58abcfc0..3e8fd266d17c723bf4e1b80a4e92780e32d57deb 100644
--- a/src/IceTypes.cpp
+++ b/src/IceTypes.cpp
@@ -11,9 +11,10 @@
//
//===----------------------------------------------------------------------===//
-#include "IceDefs.h"
#include "IceTypes.h"
+#include "IceDefs.h"
+
namespace Ice {
namespace {
« src/IceTargetLoweringARM32.cpp ('K') | « src/IceTypes.h ('k') | src/IceUtils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698