diff options
Diffstat (limited to 'src/socket.h')
-rw-r--r-- | src/socket.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/socket.h b/src/socket.h index de5d79f..425628d 100644 --- a/src/socket.h +++ b/src/socket.h | |||
@@ -8,8 +8,6 @@ | |||
8 | * differences. Also, not all *nix platforms behave the same. This module | 8 | * differences. Also, not all *nix platforms behave the same. This module |
9 | * (and the associated usocket.h and wsocket.h) factor these differences and | 9 | * (and the associated usocket.h and wsocket.h) factor these differences and |
10 | * creates a interface compatible with the io.h module. | 10 | * creates a interface compatible with the io.h module. |
11 | * | ||
12 | * RCS ID: $Id$ | ||
13 | \*=========================================================================*/ | 11 | \*=========================================================================*/ |
14 | #include "io.h" | 12 | #include "io.h" |
15 | 13 | ||