summaryrefslogtreecommitdiff
path: root/src/shared
diff options
context:
space:
mode:
authordzwdz2023-02-23 20:07:59 +0100
committerdzwdz2023-02-23 20:07:59 +0100
commitfca80df9e638a7d68147d91cbffda95aed96ab5c (patch)
tree7f64c1bd425303e3a09baaf9975cfb476ddd527f /src/shared
parent71ad3a8e7ace69f1c8dd732f5a223b93d8b5e946 (diff)
build: don't -Isrc/ in user code
Diffstat (limited to 'src/shared')
-rw-r--r--src/shared/include/shared/mem.h (renamed from src/shared/mem.h)0
-rw-r--r--src/shared/include/shared/printf.h (renamed from src/shared/printf.h)0
-rw-r--r--src/shared/include/shared/ring.h (renamed from src/shared/container/ring.h)0
-rw-r--r--src/shared/ring.c (renamed from src/shared/container/ring.c)2
4 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/mem.h b/src/shared/include/shared/mem.h
index 3597edf..3597edf 100644
--- a/src/shared/mem.h
+++ b/src/shared/include/shared/mem.h
diff --git a/src/shared/printf.h b/src/shared/include/shared/printf.h
index 45fd358..45fd358 100644
--- a/src/shared/printf.h
+++ b/src/shared/include/shared/printf.h
diff --git a/src/shared/container/ring.h b/src/shared/include/shared/ring.h
index dbaf331..dbaf331 100644
--- a/src/shared/container/ring.h
+++ b/src/shared/include/shared/ring.h
diff --git a/src/shared/container/ring.c b/src/shared/ring.c
index 9bf8d61..44c73f6 100644
--- a/src/shared/container/ring.c
+++ b/src/shared/ring.c
@@ -1,4 +1,4 @@
-#include <shared/container/ring.h>
+#include <shared/ring.h>
#include <shared/mem.h>
#include <stdbool.h>