Skip to content

Commit

Permalink
update and localize remaining includes
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryptkeeper committed May 3, 2024
1 parent 5ae9b91 commit 7d723df
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/fs.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include <sys/stat.h>
#include <time.h>

#include "log.h"
#include "logc/src/log.h"

static int fswalkerr(const char* epath, const int errno) {
log_warn("error accessing `%s`: %d", epath, errno);
Expand Down
5 changes: 2 additions & 3 deletions src/lcmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@
#include <sys/wait.h>
#include <unistd.h>

#include <cjson/cJSON.h>

#include "log.h"
#include "cJSON/cJSON.h"
#include "logc/src/log.h"

#include "index.h"
#include "sl.h"
Expand Down
2 changes: 1 addition & 1 deletion src/loglock.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef FSAUTOPROC_LOGLOCK_H
#define FSAUTOPROC_LOGLOCK_H

#include "log.h"
#include "logc/src/log.h"

extern log_LockFn loglockfn;

Expand Down
2 changes: 1 addition & 1 deletion src/tp.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include <stdlib.h>
#include <string.h>

#include "log.h"
#include "logc/src/log.h"

#include "lcmd.h"

Expand Down

0 comments on commit 7d723df

Please sign in to comment.