summaryrefslogtreecommitdiff
path: root/compat/fsmonitor/fsm-health-win32.c
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-05-16 06:34:08 (GMT)
committerJunio C Hamano <gitster@pobox.com>2023-06-21 20:39:54 (GMT)
commit68d686460f58e45f2eb080e0cdf314987eca5ce5 (patch)
tree6bd11efceddaa18b27aa2b3fe4ef2c4a942f5e9a /compat/fsmonitor/fsm-health-win32.c
parentb9a7ac2c6897efbf78fd546b21986498577e3585 (diff)
downloadgit-68d686460f58e45f2eb080e0cdf314987eca5ce5.zip
git-68d686460f58e45f2eb080e0cdf314987eca5ce5.tar.gz
git-68d686460f58e45f2eb080e0cdf314987eca5ce5.tar.bz2
fsmonitor-ll.h: split this header out of fsmonitor.h
This creates a new fsmonitor-ll.h with most of the functions from fsmonitor.h, though it leaves three inline functions where they were. Two-thirds of the files that previously included fsmonitor.h did not need those three inline functions or the six extra includes those inline functions required, so this allows them to only include the lower level header. Diff best viewed with `--color-moved`. Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'compat/fsmonitor/fsm-health-win32.c')
-rw-r--r--compat/fsmonitor/fsm-health-win32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/fsmonitor/fsm-health-win32.c b/compat/fsmonitor/fsm-health-win32.c
index 6c81d7e..2d4e245 100644
--- a/compat/fsmonitor/fsm-health-win32.c
+++ b/compat/fsmonitor/fsm-health-win32.c
@@ -1,6 +1,6 @@
#include "git-compat-util.h"
#include "config.h"
-#include "fsmonitor.h"
+#include "fsmonitor-ll.h"
#include "fsm-health.h"
#include "fsmonitor--daemon.h"
#include "gettext.h"