Check-in Number:
|
1024 | |
Date: |
2001-Sep-21 19:30:26 (local)
2001-Sep-21 17:30:26 (UTC) |
User: | ms |
Branch: | |
Comment: |
Followup this suspicion later to remove unnecessary junk. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/l2/l2_test.c 1.26 -> 1.27
--- l2_test.c 2001/09/19 16:39:44 1.26
+++ l2_test.c 2001/09/21 17:30:26 1.27
@@ -32,10 +32,8 @@
#include <sys/types.h> /* following group of includes are for */
#include <sys/socket.h> /* socket testing only */
#include <netinet/in.h>
-#include <netdb.h>
-#include <syslog.h>
-#include <unistd.h> /* unistd and fcntl included for pipes */
-#include <fcntl.h>
+#include <netdb.h> /* TODO: probably can be removed */
+#include <syslog.h> /* TODO: probably can be removed */
#include "l2.h"
|
|