summaryrefslogtreecommitdiff
path: root/src/git/errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/git/errors.h')
-rw-r--r--src/git/errors.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/git/errors.h b/src/git/errors.h
index d0a0d6308..18eb2b8ad 100644
--- a/src/git/errors.h
+++ b/src/git/errors.h
@@ -1,14 +1,15 @@
#ifndef INCLUDE_git_errors_h__
#define INCLUDE_git_errors_h__
+
+#include "common.h"
+#include "thread-utils.h"
+
/**
* @file git/errors.h
* @brief Git error handling routines and variables
* @ingroup Git
* @{
*/
-
-#include "common.h"
-#include "thread-utils.h"
GIT_BEGIN_DECL
/** The git errno. */
@@ -20,6 +21,7 @@ GIT_EXTERN(int) GIT_TLS git_errno;
* @return a string explaining the error code
*/
GIT_EXTERN(const char *) git_strerror(int num);
+
/** @} */
GIT_END_DECL
#endif