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

Unified Diff: src/IceFixups.h

Issue 1848303003: Simplify references to command line flags. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Remove fixed TODO Created 4 years, 9 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/IceFixups.h
diff --git a/src/IceFixups.h b/src/IceFixups.h
index b6ba62afff6cf15503f5c8fe162616f8a90f98ff..07b58d571097ddecdac8b06bf8218e0ac5704d64 100644
--- a/src/IceFixups.h
+++ b/src/IceFixups.h
@@ -16,6 +16,7 @@
#define SUBZERO_SRC_ICEFIXUPS_H
#include "IceDefs.h"
+#include "IceClFlags.h"
Jim Stichnoth 2016/04/01 23:36:58 alphabetize this if possible
Karl 2016/04/02 16:55:55 Done.
#include "IceStringPool.h"
namespace Ice {

Powered by Google App Engine
This is Rietveld 408576698