(trunk libT) copyediting: remove a bunch of seemingly-unneeded network headers in net.[ch].

I'm less certain that these are unneeded because networking APIs seem to have more variation between platforms, but it's better to remove the cruft and then add back whatever headers $PLATFORM users complain about, than to not remove the cruft at all...
This commit is contained in:
Jordan Lee
2011-03-24 22:57:39 +00:00
parent f7005889d1
commit 87ef45cf3d
8 changed files with 16 additions and 28 deletions

View File

@@ -10,7 +10,7 @@
* $Id$
*/
#include <stdio.h>
#include <stdio.h> /* fprintf() */
#include <string.h> /* strcmp(), strchr(), memcmp() */
#include <stdlib.h> /* getenv(), qsort() */
#include <time.h>