Fix include directives

includes now dont go into sub folders for the most part
This commit is contained in:
marauder2k7 2026-03-12 22:48:30 +00:00
parent 7367914923
commit 6da3caf88a
7 changed files with 12 additions and 12 deletions

View file

@ -24,7 +24,7 @@
#include "gfx/bitmap/imageUtils.h"
#include "gfx/bitmap/ddsFile.h"
#include "platform/threads/threadPool.h"
#include "squish/squish.h"
#include "squish.h"
namespace ImageUtil
{

View file

@ -32,8 +32,8 @@
#define PNG_INTERNAL 1
#include <time.h>
#include "lpng/png.h"
#include "zlib/zlib.h"
#include "png.h"
#include "zlib.h"
#ifdef NULL
#undef NULL