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

Unified Diff: src/IceTranslator.h

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/IceTranslator.h
diff --git a/src/IceTranslator.h b/src/IceTranslator.h
index 0f7f9d7cd53fde19bbcfab832fdda6a60fdd34ab..29b2d77eb73ce02578d5194c3042fb5eea7c2431 100644
--- a/src/IceTranslator.h
+++ b/src/IceTranslator.h
@@ -15,9 +15,12 @@
#ifndef SUBZERO_SRC_ICETRANSLATOR_H
#define SUBZERO_SRC_ICETRANSLATOR_H
+#include "IceDefs.h"
+#include "IceGlobalContext.h"
+
namespace llvm {
class Module;
-}
+} // end of namespace llvm
namespace Ice {

Powered by Google App Engine
This is Rietveld 408576698