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

Unified Diff: src/IceRNG.cpp

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/IceRNG.cpp
diff --git a/src/IceRNG.cpp b/src/IceRNG.cpp
index 43c7f07de7969e3cab78f3c632315eda336b0586..6eeb17e261fb34627b1766386061fd92b95c6fed 100644
--- a/src/IceRNG.cpp
+++ b/src/IceRNG.cpp
@@ -11,10 +11,10 @@
//
//===----------------------------------------------------------------------===//
-#include <time.h>
-
#include "IceRNG.h"
+#include <time.h>
+
namespace Ice {
namespace {

Powered by Google App Engine
This is Rietveld 408576698