| Index: src/IceBrowserCompileServer.cpp
|
| diff --git a/src/IceBrowserCompileServer.cpp b/src/IceBrowserCompileServer.cpp
|
| index 3a879ee1d22433957891d6b35625bfb3bbcfb4ad..d2654e3665762829a1cd876f4cd8a072a3043b65 100644
|
| --- a/src/IceBrowserCompileServer.cpp
|
| +++ b/src/IceBrowserCompileServer.cpp
|
| @@ -15,16 +15,15 @@
|
| // unsandboxed LLVM build using the trusted compiler does not have irt.h).
|
| #if PNACL_BROWSER_TRANSLATOR
|
|
|
| +#include "IceBrowserCompileServer.h"
|
| +#include "llvm/Support/QueueStreamer.h"
|
| +
|
| #include <cstring>
|
| #include <irt.h>
|
| #include <irt_dev.h>
|
| #include <pthread.h>
|
| #include <thread>
|
|
|
| -#include "llvm/Support/QueueStreamer.h"
|
| -
|
| -#include "IceBrowserCompileServer.h"
|
| -
|
| namespace Ice {
|
|
|
| // Create C wrappers around callback handlers for the IRT interface.
|
|
|