Check-in Number:
|
4272 | |
Date: |
2001-Aug-02 12:51:57 (local)
2001-Aug-02 10:51:57 (UTC) |
User: | simons |
Branch: | |
Comment: |
Remove stdlib.h include here because it is included in xds.h already. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/xds/destroy.c 1.8 -> 1.9
--- destroy.c 2001/08/01 15:25:47 1.8
+++ destroy.c 2001/08/02 10:51:57 1.9
@@ -25,7 +25,6 @@
SUCH DAMAGE.
*/
-#include <stdlib.h>
#include "internal.h"
void xds_destroy(xds_t* xds)
|
|
ossp-pkg/xds/init.c 1.6 -> 1.7
--- init.c 2001/08/01 15:25:47 1.6
+++ init.c 2001/08/02 10:51:57 1.7
@@ -25,7 +25,6 @@
SUCH DAMAGE.
*/
-#include <stdlib.h>
#include <errno.h>
#include "internal.h"
|
|
ossp-pkg/xds/register.c 1.7 -> 1.8
--- register.c 2001/08/01 15:25:47 1.7
+++ register.c 2001/08/02 10:51:57 1.8
@@ -25,7 +25,6 @@
SUCH DAMAGE.
*/
-#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include "internal.h"
|
|
ossp-pkg/xds/set-capacity.c 1.4 -> 1.5
--- set-capacity.c 2001/08/01 15:25:47 1.4
+++ set-capacity.c 2001/08/02 10:51:57 1.5
@@ -25,7 +25,6 @@
SUCH DAMAGE.
*/
-#include <stdlib.h>
#include "internal.h"
int xds_set_capacity(void** array, size_t* array_capacity, size_t new_capacity, size_t elem_size, size_t initial_capacity)
|
|
ossp-pkg/xds/unregister.c 1.5 -> 1.6
--- unregister.c 2001/08/01 15:25:47 1.5
+++ unregister.c 2001/08/02 10:51:57 1.6
@@ -25,7 +25,6 @@
SUCH DAMAGE.
*/
-#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include "internal.h"
|
|