Check-in Number:
|
4195 | |
Date: |
2001-Jul-09 21:10:06 (local)
2001-Jul-09 19:10:06 (UTC) |
User: | simons |
Branch: | |
Comment: |
Removed unnecessary include statements. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/xds/regression-tests/xds-encode.c 1.2 -> 1.3
--- xds-encode.c 2001/07/09 17:17:02 1.2
+++ xds-encode.c 2001/07/09 19:10:06 1.3
@@ -27,8 +27,6 @@
#include <stdio.h>
#include <string.h>
-#include <unistd.h>
-#include <assert.h>
#include "../internal.h"
static int dummy_engine(xds_t* xds, void* engine_context, void* buffer, size_t buffer_size, va_list args)
|
|
ossp-pkg/xds/regression-tests/xds-getbuffer.c 1.1 -> 1.2
--- xds-getbuffer.c 2001/07/09 17:16:30 1.1
+++ xds-getbuffer.c 2001/07/09 19:10:06 1.2
@@ -27,8 +27,6 @@
#include <stdio.h>
#include <string.h>
-#include <unistd.h>
-#include <assert.h>
#include "../internal.h"
static int dummy_engine(xds_t* xds, void* engine_context, void* buffer, size_t buffer_size, va_list args)
|
|
ossp-pkg/xds/regression-tests/xds-register.c 1.4 -> 1.5
--- xds-register.c 2001/07/09 17:17:33 1.4
+++ xds-register.c 2001/07/09 19:10:06 1.5
@@ -27,7 +27,6 @@
#include <stdio.h>
#include <string.h>
-#include <unistd.h>
#include <assert.h>
#include "../internal.h"
|
|