[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] [merge-tracking] remove unused headers in subversion/libsvn_ra_dav/mergeinfo.c

From: Kamesh Jayachandran <kamesh_at_collab.net>
Date: 2006-09-19 15:54:33 CEST

Hi All,
Find the attached patch and log.

With regards
Kamesh Jayachandran

[[[
Patch by: Kamesh Jayachandran <kamesh@collab.net>

This file does not seem to need 'strcmp, strcat, strcpy' functions.
* subversion/libsvn_ra_dav/mergeinfo.c
   Removing the inclusion of "apr_want.h".
   Not defining APR_WANT_STRFUNC.
]]]

Index: subversion/libsvn_ra_dav/mergeinfo.c
===================================================================
--- subversion/libsvn_ra_dav/mergeinfo.c (revision 21552)
+++ subversion/libsvn_ra_dav/mergeinfo.c (working copy)
@@ -18,9 +18,6 @@
 
 
 
-#define APR_WANT_STRFUNC
-#include <apr_want.h> /* for strcmp() */
-
 #include <apr_pools.h>
 #include <apr_tables.h>
 #include <apr_strings.h>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Sep 19 15:54:19 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.