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

Unified Diff: src/IceRNG.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/IceRNG.h
diff --git a/src/IceRNG.h b/src/IceRNG.h
index a2d8e96fd959bf59c0845103169ec7b2ee1f89f0..83001ad2ee5b9a25bb081cf71ef6650a2d62c330 100644
--- a/src/IceRNG.h
+++ b/src/IceRNG.h
@@ -14,10 +14,9 @@
#ifndef SUBZERO_SRC_ICERNG_H
#define SUBZERO_SRC_ICERNG_H
-#include <cstdint>
-
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Compiler.h"
+#include <cstdint>
namespace Ice {

Powered by Google App Engine
This is Rietveld 408576698