Having one directory for all core headers except a few and another directory for the most important ones is too confusing. Signed-off-by: Jonathan Nieder <jrnieder@xxxxxxxxx> --- Makefile | 6 +++--- cache.h => include/cache.h | 0 git-compat-util.h => include/git-compat-util.h | 0 strbuf.h => include/strbuf.h | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename cache.h => include/cache.h (100%) rename git-compat-util.h => include/git-compat-util.h (100%) rename strbuf.h => include/strbuf.h (100%) diff --git a/Makefile b/Makefile index 1e96504..9ce9ccd 100644 --- a/Makefile +++ b/Makefile @@ -496,7 +496,7 @@ LIB_H += include/archive.h LIB_H += include/attr.h LIB_H += include/blob.h LIB_H += include/builtin.h -LIB_H += cache.h +LIB_H += include/cache.h LIB_H += include/cache-tree.h LIB_H += include/color.h LIB_H += include/commit.h @@ -515,7 +515,7 @@ LIB_H += include/diff.h LIB_H += include/dir.h LIB_H += include/exec_cmd.h LIB_H += include/fsck.h -LIB_H += git-compat-util.h +LIB_H += include/git-compat-util.h LIB_H += include/graph.h LIB_H += include/grep.h LIB_H += include/hash.h @@ -548,7 +548,7 @@ LIB_H += include/run-command.h LIB_H += include/sha1-lookup.h LIB_H += include/sideband.h LIB_H += include/sigchain.h -LIB_H += strbuf.h +LIB_H += include/strbuf.h LIB_H += include/string-list.h LIB_H += include/submodule.h LIB_H += include/tag.h diff --git a/cache.h b/include/cache.h similarity index 100% rename from cache.h rename to include/cache.h diff --git a/git-compat-util.h b/include/git-compat-util.h similarity index 100% rename from git-compat-util.h rename to include/git-compat-util.h diff --git a/strbuf.h b/include/strbuf.h similarity index 100% rename from strbuf.h rename to include/strbuf.h -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html