unify file locations

This commit is contained in:
2025-05-03 00:34:26 +03:00
parent c6c1435f8a
commit a4af280cda
28 changed files with 73 additions and 926 deletions

View File

@@ -1,5 +1,14 @@
#include "filewatcher.h"
#include "filewatch.h"
#include "filewatch_context.h"
#include "filewatch_type.h"
#include "vector.h"
#include "common.h"
#include "logger.h"
#include "types.h"
#include <errno.h>
#include <stdatomic.h>
#include <stddef.h>
@@ -10,15 +19,6 @@
#include <time.h>
#include <unistd.h>
#include "array/array.h"
#include "array/sc_array.h"
#include "common.h"
#include "filewatch.h"
#include "filewatch_context.h"
#include "filewatch_type.h"
#include "logger/logger.h"
#include "types.h"
sc_array_def(FileEvent, fwevent);
typedef struct sc_array_fwevent VectorFileEvent;