Skip to content

Commit

Permalink
fs-modules: Include 'fs_init.h' headers to their fs.c to actually
Browse files Browse the repository at this point in the history
'implement' them.

No functional changes.

* subversion/libsvn_fs_base/fs.c,
  subversion/libsvn_fs_fs/fs.c,
  subversion/libsvn_fs_x/fs.c
  (includes): Include fs_init.hs.


git-svn-id: https://svn.apache.org/repos/asf/subversion/trunk@1920825 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
rinrab committed Sep 21, 2024
1 parent f6510d8 commit d5550b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions subversion/libsvn_fs_base/fs.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
#include "svn_delta.h"
#include "svn_version.h"
#include "fs.h"
#include "fs_init.h"
#include "err.h"
#include "dag.h"
#include "revs-txns.h"
Expand Down
1 change: 1 addition & 0 deletions subversion/libsvn_fs_fs/fs.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#include "svn_pools.h"
#include "fs.h"
#include "fs_fs.h"
#include "fs_init.h"
#include "tree.h"
#include "lock.h"
#include "hotcopy.h"
Expand Down
1 change: 1 addition & 0 deletions subversion/libsvn_fs_x/fs.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
#include "batch_fsync.h"
#include "fs.h"
#include "fs_x.h"
#include "fs_init.h"
#include "pack.h"
#include "recovery.h"
#include "hotcopy.h"
Expand Down

0 comments on commit d5550b3

Please sign in to comment.