mirror of
https://github.com/clearlinux/linux-steam-integration.git
synced 2026-09-06 22:01:27 +00:00
Move common.h into common library
Signed-off-by: Ikey Doherty <ikey@solus-project.com>
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "../common.h"
|
||||
#include "common.h"
|
||||
#include "files.h"
|
||||
#include "nica/util.h"
|
||||
|
||||
|
||||
@@ -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
@@ -19,7 +19,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "../common.h"
|
||||
#include "../common/common.h"
|
||||
#include "config.h"
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user