environment: move comment_line_char from cache.h

This is one step towards making strbuf.c not depend upon cache.h.
Additional steps will follow in subsequent commits.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Elijah Newren
2023-03-21 06:25:57 +00:00
committed by Junio C Hamano
parent 4f6728d52d
commit 7ee24e18e5
13 changed files with 18 additions and 7 deletions

View File

@ -12,6 +12,7 @@
#include "cache-tree.h"
#include "color.h"
#include "dir.h"
#include "environment.h"
#include "builtin.h"
#include "diff.h"
#include "diffcore.h"