Browse Source

[trac855] with asio 1.4.8, the recent inclusion should not be needed

Jelte Jansen 14 years ago
parent
commit
7ed21ab7e8
1 changed files with 0 additions and 4 deletions
  1. 0 4
      tests/tools/badpacket/scan.cc

+ 0 - 4
tests/tools/badpacket/scan.cc

@@ -21,10 +21,6 @@
 
 #include <config.h>
 
-// on sunstudio, asio.hpp needs unistd.h for pipe() to be defined
-#ifdef HAVE_UNISTD_H
-#include <unistd.h>
-#endif
 #include <asio.hpp>
 
 #include <asiolink/io_address.h>