Chromium Code Reviews| 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 { |