rbb 2002/12/11 10:21:40
Modified: test CuTest.h
Log:
CuTest.h doesn't need apr_errno.h anymore.
Revision Changes Path
1.11 +0 -2 apr/test/CuTest.h
Index: CuTest.h
===================================================================
RCS file: /home/cvs/apr/test/CuTest.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- CuTest.h 6 Dec 2002 16:32:18 -0000 1.10
+++ CuTest.h 11 Dec 2002 18:21:40 -0000 1.11
@@ -32,8 +32,6 @@
#ifndef CU_TEST_H
#define CU_TEST_H
-#include "apr_errno.h" /* for apr_status_t */
-
#include <setjmp.h>
#include <stdarg.h>
|