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

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: 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..3721616fce5d3eba61f6c569671a068ddbf25636 100644
--- a/src/IceClFlags.cpp
+++ b/src/IceClFlags.cpp
@@ -13,9 +13,10 @@
//
//===----------------------------------------------------------------------===//
+#include "IceClFlags.h"
+
#include "llvm/Support/CommandLine.h"
-#include "IceClFlags.h"
#include "IceClFlagsExtra.h"
Jim Stichnoth 2015/06/23 23:05:04 If following http://llvm.org/docs/CodingStandards.
John 2015/06/23 23:57:09 I don't think so. I think a "private" header is a
namespace cl = llvm::cl;

Powered by Google App Engine
This is Rietveld 408576698