Includes are now all relative to pol-core basefolder (#906)

* all except pol

* pol and includes under defines

* something weird has happened

* remove own folder from include searchpath

* fixed remaining, adapted include style for external headers

* missing include
This commit is contained in:
turleypol 2026-07-25 23:01:18 +02:00 committed by GitHub
parent 12b7fe03ea
commit 1463b76c7c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
765 changed files with 4093 additions and 3997 deletions

View file

@ -1,4 +1,4 @@
#include "ModuleFunctionDeclaration.h"
#include "bscript/compiler/ast/ModuleFunctionDeclaration.h"
#include <utility>