Fixed includes for libs (no longer need lib/ folder prefix)

This commit is contained in:
Elijah Thomas
2023-08-12 14:15:55 -04:00
parent 683dc91a53
commit 93f003b87b
160 changed files with 408 additions and 322 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#ifndef RVL_SDK_OS_AUDIOSYSTEM_H
#define RVL_SDK_OS_AUDIOSYSTEM_H
#include <lib/rvl/types.h>
#include <rvl/types.h>
#ifdef __cplusplus
extern "C" {
#endif