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

Unified Diff: src/IceCompileServer.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/IceCompileServer.cpp
diff --git a/src/IceCompileServer.cpp b/src/IceCompileServer.cpp
index cda32da2cf3ded097fef661ddd5a12a21aa82e6b..a9553557824de7e58964e17beae296dce160cafc 100644
--- a/src/IceCompileServer.cpp
+++ b/src/IceCompileServer.cpp
@@ -11,6 +11,8 @@
//
//===----------------------------------------------------------------------===//
+#include "IceCompileServer.h"
+
#include <fstream>
#include <iostream>
#include <thread>
@@ -27,7 +29,6 @@
#include "IceClFlags.h"
#include "IceClFlagsExtra.h"
-#include "IceCompileServer.h"
#include "IceELFStreamer.h"
#include "IceGlobalContext.h"

Powered by Google App Engine
This is Rietveld 408576698