unify file locations
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user