Browse Source

fsmonitor: reduce includes of cache.h

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
main
Elijah Newren 2 years ago committed by Junio C Hamano
parent
commit
e1c382141d
  1. 2
      compat/fsmonitor/fsm-health-darwin.c
  2. 2
      compat/fsmonitor/fsm-ipc-darwin.c
  3. 2
      compat/fsmonitor/fsm-listen-darwin.c
  4. 1
      fsmonitor--daemon.h

2
compat/fsmonitor/fsm-health-darwin.c

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
#include "cache.h"
#include "git-compat-util.h"
#include "config.h"
#include "fsmonitor.h"
#include "fsm-health.h"

2
compat/fsmonitor/fsm-ipc-darwin.c

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
#include "cache.h"
#include "git-compat-util.h"
#include "config.h"
#include "gettext.h"
#include "hex.h"

2
compat/fsmonitor/fsm-listen-darwin.c

@ -23,7 +23,7 @@ @@ -23,7 +23,7 @@
#endif
#endif

#include "cache.h"
#include "git-compat-util.h"
#include "fsmonitor.h"
#include "fsm-listen.h"
#include "fsmonitor--daemon.h"

1
fsmonitor--daemon.h

@ -3,7 +3,6 @@ @@ -3,7 +3,6 @@

#ifdef HAVE_FSMONITOR_DAEMON_BACKEND

#include "cache.h"
#include "dir.h"
#include "run-command.h"
#include "simple-ipc.h"

Loading…
Cancel
Save