mirror of
https://github.com/zeldaret/ss
synced 2026-08-20 22:23:21 -04:00
Fixed includes for libs (no longer need lib/ folder prefix)
This commit is contained in:
@@ -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,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,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
|
||||
|
||||
Reference in New Issue
Block a user