diff --git a/include/git/commit.h b/include/git/commit.h index 88bb8fe27..160148d67 100644 --- a/include/git/commit.h +++ b/include/git/commit.h @@ -26,8 +26,8 @@ #ifndef INCLUDE_git_commit_h__ #define INCLUDE_git_commit_h__ -#include "git/common.h" -#include "git/oid.h" +#include "common.h" +#include "oid.h" /** * @file git/commit.h diff --git a/include/git/odb.h b/include/git/odb.h index 0d65e1969..33f0f5ce1 100644 --- a/include/git/odb.h +++ b/include/git/odb.h @@ -26,8 +26,8 @@ #ifndef INCLUDE_git_odb_h__ #define INCLUDE_git_odb_h__ -#include "git/common.h" -#include "git/oid.h" +#include "common.h" +#include "oid.h" /** * @file git/odb.h diff --git a/include/git/oid.h b/include/git/oid.h index 1ff4954e2..dd95fb53d 100644 --- a/include/git/oid.h +++ b/include/git/oid.h @@ -26,7 +26,7 @@ #ifndef INCLUDE_git_oid_h__ #define INCLUDE_git_oid_h__ -#include "git/common.h" +#include "common.h" /** * @file git/oid.h diff --git a/include/git/revwalk.h b/include/git/revwalk.h index eb1228f46..cd8748951 100644 --- a/include/git/revwalk.h +++ b/include/git/revwalk.h @@ -26,9 +26,9 @@ #ifndef INCLUDE_git_revwalk_h__ #define INCLUDE_git_revwalk_h__ -#include "git/common.h" -#include "git/odb.h" -#include "git/commit.h" +#include "common.h" +#include "odb.h" +#include "commit.h" /** * @file git/revwalk.h diff --git a/include/git/zlib.h b/include/git/zlib.h index 8ba79944d..621dbe638 100644 --- a/include/git/zlib.h +++ b/include/git/zlib.h @@ -26,7 +26,7 @@ #ifndef INCLUDE_git_zlib_h__ #define INCLUDE_git_zlib_h__ -#include "git/common.h" +#include "common.h" #include /**