summaryrefslogtreecommitdiffstats
path: root/sandbox/src/sandbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/src/sandbox.h')
-rw-r--r--sandbox/src/sandbox.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sandbox/src/sandbox.h b/sandbox/src/sandbox.h
index e709afb..25c61d1 100644
--- a/sandbox/src/sandbox.h
+++ b/sandbox/src/sandbox.h
@@ -19,13 +19,7 @@
#ifndef SANDBOX_SRC_SANDBOX_H__
#define SANDBOX_SRC_SANDBOX_H__
-#include "build/build_config.h"
-
-#if defined(OS_WIN)
#include <windows.h>
-#elif defined(OS_POSIX)
-typedef struct PROCESS_INFORMATION;
-#endif
#include "base/basictypes.h"
#include "sandbox/src/sandbox_policy.h"