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

Unified Diff: src/IceBrowserCompileServer.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/IceBrowserCompileServer.h
diff --git a/src/IceBrowserCompileServer.h b/src/IceBrowserCompileServer.h
index 473889d0be54c8eaf6e70e4c2ea76c16db31f59a..75e9cec448bbe20749f597f12b8bb67accb3d861 100644
--- a/src/IceBrowserCompileServer.h
+++ b/src/IceBrowserCompileServer.h
@@ -14,19 +14,18 @@
#ifndef SUBZERO_SRC_ICEBROWSERCOMPILESERVER_H
#define SUBZERO_SRC_ICEBROWSERCOMPILESERVER_H
-#include <atomic>
-#include <thread>
-
#include "IceClFlags.h"
#include "IceClFlagsExtra.h"
#include "IceCompileServer.h"
#include "IceDefs.h"
#include "IceELFStreamer.h"
+#include <atomic>
Jim Stichnoth 2015/06/24 21:35:33 Separate each section with a blank line?
John 2015/06/25 17:13:12 Done.
+#include <thread>
namespace llvm {
class QueueStreamer;
class raw_fd_ostream;
-}
+} // end of namespace llvm
namespace Ice {
« no previous file with comments | « src/IceAssemblerX8632.cpp ('k') | src/IceBrowserCompileServer.cpp » ('j') | src/IceRNG.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698