Author: julianfoad
Date: Mon May 9 20:04:15 2011
New Revision: 1101196
URL: http://svn.apache.org/viewvc?rev=1101196&view=rev
Log:
* subversion/libsvn_wc/wc_db_private.h
Change the include-guard name to 'WC_DB_PRIVATE_H' to match the file name.
Modified:
subversion/trunk/subversion/libsvn_wc/wc_db_private.h
Modified: subversion/trunk/subversion/libsvn_wc/wc_db_private.h
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/wc_db_private.h?rev=1101196&r1=1101195&r2=1101196&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc_db_private.h (original)
+++ subversion/trunk/subversion/libsvn_wc/wc_db_private.h Mon May 9 20:04:15
2011
@@ -27,8 +27,8 @@
#error "You should not be using these data structures directly"
#endif /* SVN_WC__I_AM_WC_DB */
-#ifndef WC_DB_PDH_H
-#define WC_DB_PDH_H
+#ifndef WC_DB_PRIVATE_H
+#define WC_DB_PRIVATE_H
#include "wc_db.h"
@@ -185,4 +185,4 @@ svn_wc__db_with_txn(svn_wc__db_wcroot_t
apr_pool_t *scratch_pool);
-#endif /* WC_DB_PDH_H */
+#endif /* WC_DB_PRIVATE_H */