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

Unified Diff: src/IceConverter.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/IceConverter.cpp
diff --git a/src/IceConverter.cpp b/src/IceConverter.cpp
index baa8eeb13384dd0ac5bbb8d1f8ba3a4856c83bfa..2163b5c586bbbe019c70bb9c2e36a4653a2a79ea 100644
--- a/src/IceConverter.cpp
+++ b/src/IceConverter.cpp
@@ -11,7 +11,7 @@
//
//===----------------------------------------------------------------------===//
-#include <iostream>
Jim Stichnoth 2015/06/23 23:05:04 cool, thanks!
+#include "IceConverter.h"
#include "llvm/IR/Constant.h"
#include "llvm/IR/Constants.h"
@@ -24,7 +24,6 @@
#include "IceCfg.h"
#include "IceCfgNode.h"
#include "IceClFlags.h"
-#include "IceConverter.h"
#include "IceDefs.h"
#include "IceGlobalContext.h"
#include "IceGlobalInits.h"
« src/IceClFlags.cpp ('K') | « src/IceCompiler.cpp ('k') | src/IceELFObjectWriter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698