Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2841)

Unified Diff: base/sys_info_posix.cc

Issue 6410105: run iwyu on base! Base URL: svn://svn.chromium.org/chrome/trunk/src/base
Patch Set: Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/sys_info_mac.cc ('k') | base/task_queue.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/sys_info_posix.cc
diff --git a/base/sys_info_posix.cc b/base/sys_info_posix.cc
index 3f487e523deee7703ac0f440aa6592608cbe54c3..7761db676816d0dfefd3057ea233b426b3a67380 100644
--- a/base/sys_info_posix.cc
+++ b/base/sys_info_posix.cc
@@ -2,24 +2,22 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "base/sys_info.h"
-
-#include <errno.h>
-#include <string.h>
-#include <sys/param.h>
+#include <stddef.h>
#include <sys/statvfs.h>
-#include <sys/sysctl.h>
#include <sys/utsname.h>
#include <unistd.h>
+#include <string>
+
+#include "base/file_path.h"
+#include "base/sys_info.h"
+#include "build/build_config.h"
#if !defined(OS_MACOSX)
#include <gdk/gdk.h>
#endif
#include "base/basictypes.h"
-#include "base/file_util.h"
#include "base/logging.h"
-#include "base/utf_string_conversions.h"
namespace base {
« no previous file with comments | « base/sys_info_mac.cc ('k') | base/task_queue.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698