diff options
Diffstat (limited to 'src/git/fileops.h')
-rw-r--r-- | src/git/fileops.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/git/fileops.h b/src/git/fileops.h index 7f5dd3776..657cec148 100644 --- a/src/git/fileops.h +++ b/src/git/fileops.h @@ -1,6 +1,8 @@ #ifndef INCLUDE_git_fileops_h__ #define INCLUDE_git_fileops_h__ +#include "common.h" + /** * @file git/fileops.h * @brief Git platform agnostic filesystem operations @@ -8,9 +10,8 @@ * @ingroup Git * @{ */ - -#include "common.h" GIT_BEGIN_DECL + /** * For each directory entry (except "." and ".."), run the function * "fn", passing it "arg" as its first argument and the path to |