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