Skip to content

Commit b8257ee

Browse files
committed
cleanup
1 parent 77da2a1 commit b8257ee

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

internal/watcher/watcher.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// clang-format off
22
//go:build !nowatcher
33
// clang-format on
4+
#include <wtr/watcher-c.h>
45
#include "_cgo_export.h"
5-
#include "wtr/watcher-c.h"
66

77
void handle_event(struct wtr_watcher_event event, void *_ctx) {
88
go_handle_file_watcher_event(event, (uintptr_t)_ctx);

internal/watcher/watcher.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#include "wtr/watcher-c.h"
21
#include <stdint.h>
32
#include <stdlib.h>
3+
#include <wtr/watcher-c.h>
44

55
uintptr_t start_new_watcher(char const *const path, uintptr_t _ctx);
66

0 commit comments

Comments
 (0)