From f940d44952d4fb034a0655e6a1213edcced8722b Mon Sep 17 00:00:00 2001 From: Green Sky Date: Fri, 13 Jan 2023 17:33:03 +0100 Subject: [PATCH] better includes --- ngc_ft1.h | 2 +- ngc_hs1.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ngc_ft1.h b/ngc_ft1.h index a4bf477..6d41541 100644 --- a/ngc_ft1.h +++ b/ngc_ft1.h @@ -5,7 +5,7 @@ #include -#include "../tox_ngc_ext/ngc_ext.h" +#include "ngc_ext.h" #ifdef __cplusplus extern "C" { diff --git a/ngc_hs1.h b/ngc_hs1.h index e5e9255..ab5b993 100644 --- a/ngc_hs1.h +++ b/ngc_hs1.h @@ -9,8 +9,8 @@ #include -#include "../tox_ngc_ext/ngc_ext.h" -#include "./ngc_ft1.h" +#include "ngc_ext.h" +#include "ngc_ft1.h" #ifdef __cplusplus extern "C" {