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

Unified Diff: src/IceClFlags.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/IceClFlags.cpp
diff --git a/src/IceClFlags.cpp b/src/IceClFlags.cpp
index 282d014940d887dc41a7b4b3d1718103ab54299d..10b6cb09fde03def03ca594ebf92de41d513791f 100644
--- a/src/IceClFlags.cpp
+++ b/src/IceClFlags.cpp
@@ -13,10 +13,10 @@
//
//===----------------------------------------------------------------------===//
-#include "llvm/Support/CommandLine.h"
-
#include "IceClFlags.h"
+
#include "IceClFlagsExtra.h"
+#include "llvm/Support/CommandLine.h"
namespace cl = llvm::cl;

Powered by Google App Engine
This is Rietveld 408576698