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

Unified Diff: base/sync_socket_posix.cc

Issue 6410105: run iwyu on base! Base URL: svn://svn.chromium.org/chrome/trunk/src/base
Patch Set: Created 9 years, 11 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/stringprintf.cc ('k') | base/synchronization/cancellation_flag.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/sync_socket_posix.cc
diff --git a/base/sync_socket_posix.cc b/base/sync_socket_posix.cc
index c2020c2ad632f93cabc2fb755608218a9de59ec2..14ef213358ace2299318c36e6bea464dfd656ef7 100644
--- a/base/sync_socket_posix.cc
+++ b/base/sync_socket_posix.cc
@@ -2,17 +2,17 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "base/sync_socket.h"
-
-#include <errno.h>
#include <limits.h>
-#include <stdio.h>
-#include <sys/types.h>
+#include <stddef.h>
+#include <sys/filio.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
+#include <unistd.h>
#include "base/file_util.h"
#include "base/logging.h"
+#include "base/sync_socket.h"
+#include "build/build_config.h"
namespace base {
« no previous file with comments | « base/stringprintf.cc ('k') | base/synchronization/cancellation_flag.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698