Skip to content

Commit

Permalink
Merge branch 'tk/sigchain-unnecessary-post-tempfile'
Browse files Browse the repository at this point in the history
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"
  • Loading branch information
Junio C Hamano committed Oct 29, 2015
2 parents 228905f + 4b7c50a commit 433cc7e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion credential-cache--daemon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 0 additions & 1 deletion diff.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion read-cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 0 additions & 1 deletion shallow.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#include "diff.h"
#include "revision.h"
#include "commit-slab.h"
#include "sigchain.h"

static int is_shallow = -1;
static struct stat_validity shallow_stat;
Expand Down

0 comments on commit 433cc7e

Please sign in to comment.