commit-slab-decl.h: update include guard
commit9892dc83f6f943d1ee5ba39038c4c3e9c5d0f239
authorAbhishek Kumar <abhishekkumar8222@gmail.com>
Mon, 18 May 2020 14:30:23 +0000 (18 20:00 +0530)
committerJunio C Hamano <gitster@pobox.com>
Mon, 18 May 2020 17:33:00 +0000 (18 10:33 -0700)
tree56b2fb8cff6e57a93f10711b66495252cb6f00c2
parentefcab5b7a3d2ce2ae4bf808b335938098b18d960
commit-slab-decl.h: update include guard

When a9f1f1f9f8 ("commit-slab.h: code split", 2018-05-19) split
commit-slab.h into commit-slab-decl.h and commit-slab-impl.h header
files, commit-slab-decl.h were left to use "COMMIT_SLAB_HDR_H",
while commit-slab-impl.h gained its own macro, "COMMIT_SLAB_IMPL_H".

As these two files use different include guards, there is nothing
broken, but let's update commit-slab-decl.h to match the convention
to name the include guard after the filename.

Signed-off-by: Abhishek Kumar <abhishekkumar8222@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
commit-slab-decl.h