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

@ -25,7 +25,7 @@
#ifndef TINYXML_INCLUDED
#include "tinyxml2/tinyxml2.h"
#include "tinyxml2.h"
#endif
#include "platform/platform.h"