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
+3 -3
View File
@@ -1,8 +1,8 @@
#ifndef RVL_SDK_NDEV_EXI2_AD_DEBUGGER_DRIVER_H
#define RVL_SDK_NDEV_EXI2_AD_DEBUGGER_DRIVER_H
#include <lib/rvl/NdevExi2AD/exi2.h>
#include <lib/rvl/OS.h>
#include <lib/rvl/types.h>
#include <rvl/NdevExi2AD/exi2.h>
#include <rvl/OS.h>
#include <rvl/types.h>
#ifdef __cplusplus
extern "C" {
#endif
+1 -1
View File
@@ -1,6 +1,6 @@
#ifndef RVL_SDK_NDEV_EXI2_AD_ODEMU_H
#define RVL_SDK_NDEV_EXI2_AD_ODEMU_H
#include <lib/rvl/types.h>
#include <rvl/types.h>
#ifdef __cplusplus
extern "C" {
#endif
+1 -1
View File
@@ -1,6 +1,6 @@
#ifndef RVL_SDK_NDEV_EXI2_AD_EXI2_H
#define RVL_SDK_NDEV_EXI2_AD_EXI2_H
#include <lib/rvl/types.h>
#include <rvl/types.h>
#ifdef __cplusplus
extern "C" {
#endif