diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2008-12-30 21:25:13 -0800 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2008-12-30 21:52:07 -0800 |
commit | b3039beea6d0637e131b24e8b6d61005cc1f6515 (patch) | |
tree | 838bceb4b87e6a65042f955c90fdc809b34ba3ba /src/git/fileops.h | |
parent | 213e720ca80207fe1bb48ad95e2c422e17281a9a (diff) | |
download | libgit2-b3039beea6d0637e131b24e8b6d61005cc1f6515.tar.gz |
Cleanup formatting in our head files to be more consistent
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
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 |