Author: rinrab
Date: Sun Oct 20 19:14:05 2024
New Revision: 1921448

URL: http://svn.apache.org/viewvc?rev=1921448&view=rev
Log:
Cleanup includes of the diff_tree.c file.

* subversion/libsvn_diff/diff_tree.c
  (svn_dirent_uri.h,
   svn_io.h,
   svn_pools.h,
   svn_props.h): Do not include those; We've already moved the functions,
   wanting those into their files.

Modified:
    subversion/trunk/subversion/libsvn_diff/diff_tree.c

Modified: subversion/trunk/subversion/libsvn_diff/diff_tree.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_diff/diff_tree.c?rev=1921448&r1=1921447&r2=1921448&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_diff/diff_tree.c (original)
+++ subversion/trunk/subversion/libsvn_diff/diff_tree.c Sun Oct 20 19:14:05 2024
@@ -27,11 +27,7 @@
 
 #include <assert.h>
 
-#include "svn_dirent_uri.h"
 #include "svn_error.h"
-#include "svn_io.h"
-#include "svn_pools.h"
-#include "svn_props.h"
 #include "svn_types.h"
 
 #include "private/svn_diff_tree.h"


Reply via email to