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

Unified Diff: src/IceThreading.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/IceThreading.h
diff --git a/src/IceThreading.h b/src/IceThreading.h
index 12b085d40bf220a491dbb5d47abf57bfc6b1f563..4f04935a1f2b188bbc03858b248f8f3bf7617e88 100644
--- a/src/IceThreading.h
+++ b/src/IceThreading.h
@@ -14,11 +14,11 @@
#ifndef SUBZERO_SRC_ICETHREADING_H
#define SUBZERO_SRC_ICETHREADING_H
+#include "IceDefs.h"
+
#include <condition_variable>
#include <mutex>
-#include "IceDefs.h"
-
namespace Ice {
// BoundedProducerConsumerQueue is a work queue that allows multiple

Powered by Google App Engine
This is Rietveld 408576698