Chromium Code Reviews| Index: src/IceBrowserCompileServer.cpp |
| diff --git a/src/IceBrowserCompileServer.cpp b/src/IceBrowserCompileServer.cpp |
| index 3a879ee1d22433957891d6b35625bfb3bbcfb4ad..64a019295d5a360a1c6962c8070a30dca84d7fc5 100644 |
| --- a/src/IceBrowserCompileServer.cpp |
| +++ b/src/IceBrowserCompileServer.cpp |
| @@ -15,6 +15,8 @@ |
| // unsandboxed LLVM build using the trusted compiler does not have irt.h). |
| #if PNACL_BROWSER_TRANSLATOR |
| +#include "IceBrowserCompileServer.h" |
| + |
| #include <cstring> |
|
Jim Stichnoth
2015/06/23 23:05:04
I just became aware of http://llvm.org/docs/Coding
John
2015/06/23 23:57:09
but that means goig through EVERY subzero file...
|
| #include <irt.h> |
| #include <irt_dev.h> |
| @@ -23,7 +25,6 @@ |
| #include "llvm/Support/QueueStreamer.h" |
| -#include "IceBrowserCompileServer.h" |
| namespace Ice { |