diff --git a/sandboxed_api/client.cc b/sandboxed_api/client.cc index cd3e93f..3d6649c 100644 --- a/sandboxed_api/client.cc +++ b/sandboxed_api/client.cc @@ -12,6 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +#include "sandboxed_api/sandbox2/client.h" + #include #include @@ -20,6 +22,7 @@ #include #include +#include "base/commandlineflags.h" #include #include "google/protobuf/descriptor.h" #include "google/protobuf/message.h" @@ -28,7 +31,6 @@ #include "sandboxed_api/call.h" #include "sandboxed_api/lenval_core.h" #include "sandboxed_api/proto_arg.pb.h" -#include "sandboxed_api/sandbox2/client.h" #include "sandboxed_api/sandbox2/comms.h" #include "sandboxed_api/sandbox2/forkingclient.h" #include "sandboxed_api/vars.h"