aboutsummaryrefslogtreecommitdiff
path: root/c_implementation/tests
diff options
context:
space:
mode:
authorkaotisk <kaotisk@arching-kaos.org>2025-04-02 21:04:37 +0300
committerkaotisk <kaotisk@arching-kaos.org>2025-04-02 21:04:37 +0300
commitfa304767b5746d4ee7f4bef1cfda0570d03066cc (patch)
treeb75901167d74bb2f2361eea9e2627166b3895b49 /c_implementation/tests
parentb9f80a2b37edf9682f189b406542b3f7a93b24a3 (diff)
downloadarching-kaos-tools-fa304767b5746d4ee7f4bef1cfda0570d03066cc.tar.gz
arching-kaos-tools-fa304767b5746d4ee7f4bef1cfda0570d03066cc.tar.bz2
arching-kaos-tools-fa304767b5746d4ee7f4bef1cfda0570d03066cc.zip
[C] Necessary refactoring
Diffstat (limited to 'c_implementation/tests')
-rw-r--r--c_implementation/tests/test_aksettings.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/c_implementation/tests/test_aksettings.c b/c_implementation/tests/test_aksettings.c
index c3bbe44..3a74444 100644
--- a/c_implementation/tests/test_aksettings.c
+++ b/c_implementation/tests/test_aksettings.c
@@ -1,5 +1,5 @@
-#include <aksettings.h>
-#include <aklog.h>
+#include <libaksettings.h>
+#include <libaklog.h>
#include <stdio.h>
int test_ak_settings_read_write_example()