Author: rinrab
Date: Sun Oct 27 19:33:34 2024
New Revision: 1921601
URL: http://svn.apache.org/viewvc?rev=1921601&view=rev
Log:
Explicitly include svn_client_private.h header to the diff.c file.
Since we are using svn_client__diff_driver_info_t, svn_client__pathrev_t,
and other APIs, it is better to have them included explicitly, rather than
rely to other header.
* subversion/libsvn_client/diff.c:
(includes): Add svn_client_private.h.
Modified:
subversion/trunk/subversion/libsvn_client/diff.c
Modified: subversion/trunk/subversion/libsvn_client/diff.c
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_client/diff.c?rev=1921601&r1=1921600&r2=1921601&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_client/diff.c (original)
+++ subversion/trunk/subversion/libsvn_client/diff.c Sun Oct 27 19:33:34 2024
@@ -52,6 +52,7 @@
#include "client.h"
#include "private/svn_client_shelf.h"
+#include "private/svn_client_private.h"
#include "private/svn_wc_private.h"
#include "private/svn_diff_private.h"
#include "private/svn_subr_private.h"