rbb 2004/03/14 17:57:27
Modified: test testfnmatch.c
Log:
Remove some unused #includes.
Revision Changes Path
1.4 +0 -5 apr/test/testfnmatch.c
Index: testfnmatch.c
===================================================================
RCS file: /home/cvs/apr/test/testfnmatch.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- testfnmatch.c 13 Mar 2004 13:01:05 -0000 1.3
+++ testfnmatch.c 15 Mar 2004 01:57:27 -0000 1.4
@@ -14,11 +14,6 @@
*/
#include "test_apr.h"
-
-#include <stdlib.h>
-#include <stdio.h>
-#include <string.h>
-
#include "apr_file_info.h"
#include "apr_fnmatch.h"
#include "apr_tables.h"