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

Unified Diff: src/IceELFSection.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/IceELFSection.cpp
diff --git a/src/IceELFSection.cpp b/src/IceELFSection.cpp
index 4ca2de470950c095065fd4cf677d47c71da6b3e0..8b2caa1d66dece99dca220848a527c1110c40e07 100644
--- a/src/IceELFSection.cpp
+++ b/src/IceELFSection.cpp
@@ -11,10 +11,11 @@
//
//===----------------------------------------------------------------------===//
+#include "IceELFSection.h"
+
#include "llvm/Support/MathExtras.h"
#include "IceDefs.h"
-#include "IceELFSection.h"
#include "IceELFStreamer.h"
using namespace llvm::ELF;
« src/IceConverter.cpp ('K') | « src/IceELFObjectWriter.cpp ('k') | src/IceFixups.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698