better includes

This commit is contained in:
Green Sky 2023-01-13 17:33:03 +01:00
parent 9e262120b0
commit f940d44952
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
#include <tox/tox.h>
#include "../tox_ngc_ext/ngc_ext.h"
#include "ngc_ext.h"
#ifdef __cplusplus
extern "C" {

View File

@ -9,8 +9,8 @@
#include <tox/tox.h>
#include "../tox_ngc_ext/ngc_ext.h"
#include "./ngc_ft1.h"
#include "ngc_ext.h"
#include "ngc_ft1.h"
#ifdef __cplusplus
extern "C" {