summaryrefslogtreecommitdiffstats
path: root/base/process_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/process_util.h')
-rw-r--r--base/process_util.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/base/process_util.h b/base/process_util.h
index d7ff940..4cb954b 100644
--- a/base/process_util.h
+++ b/base/process_util.h
@@ -33,9 +33,7 @@ typedef struct _malloc_zone_t malloc_zone_t;
#include <utility>
#include <vector>
-#include "base/command_line.h"
#include "base/file_descriptor_shuffle.h"
-#include "base/file_path.h"
#include "base/process.h"
#ifndef NAME_MAX // Solaris and some BSDs have no NAME_MAX
@@ -46,6 +44,9 @@ typedef struct _malloc_zone_t malloc_zone_t;
#endif
#endif
+class CommandLine;
+class FilePath;
+
namespace base {
#if defined(OS_WIN)