summaryrefslogtreecommitdiffstats
path: root/base/sync_socket_win.cc
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-06 06:22:15 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-06 06:22:15 +0000
commit4a398976e30e186ecf4d0b5d9a3b574cd8fd7e48 (patch)
tree5295995ac513255ebff84663146dce966c2b65a2 /base/sync_socket_win.cc
parentbc38b2cd46f75be44922cae11378b0624b6546f9 (diff)
downloadchromium_src-4a398976e30e186ecf4d0b5d9a3b574cd8fd7e48.zip
chromium_src-4a398976e30e186ecf4d0b5d9a3b574cd8fd7e48.tar.gz
chromium_src-4a398976e30e186ecf4d0b5d9a3b574cd8fd7e48.tar.bz2
FBTF: Remove unneeded headers from base/ (part 2)
BUG=none TEST=none Review URL: http://codereview.chromium.org/3010052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55191 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/sync_socket_win.cc')
-rw-r--r--base/sync_socket_win.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/base/sync_socket_win.cc b/base/sync_socket_win.cc
index 4e3c35f..1e4fb2f 100644
--- a/base/sync_socket_win.cc
+++ b/base/sync_socket_win.cc
@@ -7,7 +7,6 @@
#include <stdio.h>
#include <windows.h>
#include <sys/types.h>
-#include "base/atomicops.h"
#include "base/logging.h"