Move common.h into common library

Signed-off-by: Ikey Doherty <ikey@solus-project.com>
This commit is contained in:
Ikey Doherty
2017-10-22 00:12:04 +01:00
parent a691985541
commit 290260c09e
4 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
#include <sys/stat.h>
#include <unistd.h>
#include "../common.h"
#include "common.h"
#include "files.h"
#include "nica/util.h"
+1 -1
View File
@@ -17,7 +17,7 @@
#include <stdlib.h>
#include <sys/stat.h>
#include "../common.h"
#include "../common/common.h"
#include "nica/util.h"
static inline bool lsi_file_exists(const char *path)
+1 -1
View File
@@ -19,7 +19,7 @@
#include <stdlib.h>
#include <unistd.h>
#include "../common.h"
#include "../common/common.h"
#include "config.h"
/**