Merge branch 'tk/sigchain-unnecessary-post-tempfile'
Remove no-longer used #include. * tk/sigchain-unnecessary-post-tempfile: shallow: remove unused #include "sigchain.h" read-cache: remove unused #include "sigchain.h" diff: remove unused #include "sigchain.h" credential-cache--daemon: remove unused #include "sigchain.h"
This commit is contained in:
commit
433cc7e3fb
@ -2,7 +2,6 @@
|
||||
#include "tempfile.h"
|
||||
#include "credential.h"
|
||||
#include "unix-socket.h"
|
||||
#include "sigchain.h"
|
||||
#include "parse-options.h"
|
||||
|
||||
static struct tempfile socket_file;
|
||||
|
1
diff.c
1
diff.c
@ -13,7 +13,6 @@
|
||||
#include "run-command.h"
|
||||
#include "utf8.h"
|
||||
#include "userdiff.h"
|
||||
#include "sigchain.h"
|
||||
#include "submodule-config.h"
|
||||
#include "submodule.h"
|
||||
#include "ll-merge.h"
|
||||
|
@ -17,7 +17,6 @@
|
||||
#include "strbuf.h"
|
||||
#include "varint.h"
|
||||
#include "split-index.h"
|
||||
#include "sigchain.h"
|
||||
#include "utf8.h"
|
||||
|
||||
static struct cache_entry *refresh_cache_entry(struct cache_entry *ce,
|
||||
|
Loading…
Reference in New Issue
Block a user