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

Unified Diff: src/IceThreading.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/IceThreading.cpp
diff --git a/src/IceThreading.cpp b/src/IceThreading.cpp
index 5cdaaa80bf6bd5e3b6d9f6e43adcecf7a6faa9e0..9720f77910ea23c8e044b7a31dc15af4b59cab51 100644
--- a/src/IceThreading.cpp
+++ b/src/IceThreading.cpp
@@ -11,9 +11,10 @@
//
//===----------------------------------------------------------------------===//
+#include "IceThreading.h"
+
#include "IceCfg.h"
#include "IceDefs.h"
-#include "IceThreading.h"
namespace Ice {
« src/IceTargetLoweringARM32.cpp ('K') | « src/IceThreading.h ('k') | src/IceTimerTree.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698