projects
/
metaproxy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4079b71
)
Removed unnecessary include of socket h files
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 27 May 2008 21:35:32 +0000
(23:35 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 27 May 2008 21:35:32 +0000
(23:35 +0200)
src/thread_pool_observer.cpp
patch
|
blob
|
history
diff --git
a/src/thread_pool_observer.cpp
b/src/thread_pool_observer.cpp
index
f07c9b9
..
d5d21f1
100644
(file)
--- a/
src/thread_pool_observer.cpp
+++ b/
src/thread_pool_observer.cpp
@@
-21,13
+21,6
@@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#if HAVE_UNISTD_H
#include <unistd.h>
#endif
-#ifdef WIN32
-#include <winsock.h>
-#endif
-
-#if HAVE_SYS_SOCKET_H
-#include <sys/socket.h>
-#endif
#include <boost/thread/thread.hpp>
#include <boost/thread/mutex.hpp>