]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/CodingGuidelines
cache.h: remove this no-longer-used header
[thirdparty/git.git] / Documentation / CodingGuidelines
index 003393ed161dab04a5c73269d49fa2e2f2fdd1f6..2b472df29d5d8adbfa6d3bffa5ba5c712c225e64 100644 (file)
@@ -444,7 +444,7 @@ For C programs:
  - The first #include in C files, except in platform specific compat/
    implementations and sha1dc/, must be either "git-compat-util.h" or
    one of the approved headers that includes it first for you.  (The
-   approved headers currently include "cache.h", "builtin.h",
+   approved headers currently include "builtin.h",
    "t/helper/test-tool.h", "xdiff/xinclude.h", or
    "reftable/system.h").  You do not have to include more than one of
    these.