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/IceTimerTree.cpp

Issue 1202253002: Includes module header first. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: 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/IceTimerTree.cpp
diff --git a/src/IceTimerTree.cpp b/src/IceTimerTree.cpp
index 6c922157c746f0cc0f1605a003856202c6b6c643..24cbf5ccb769aca5e057cbc6f059b08609c81cd5 100644
--- a/src/IceTimerTree.cpp
+++ b/src/IceTimerTree.cpp
@@ -12,10 +12,11 @@
//
//===----------------------------------------------------------------------===//
+#include "IceTimerTree.h"
+
#include "llvm/Support/Timer.h"
#include "IceDefs.h"
-#include "IceTimerTree.h"
namespace Ice {
« src/IceConverter.cpp ('K') | « src/IceTimerTree.h ('k') | src/IceTranslator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698