mirror of
https://github.com/polserver/polserver
synced 2026-08-13 08:23:08 -04:00
Properly scope the compiler includes to the Bscript folder. (#360)
This commit is contained in:
parent
57067e198e
commit
0cd9412066
217 changed files with 736 additions and 736 deletions
|
|
@ -1,11 +1,11 @@
|
|||
#include "ModuleProcessor.h"
|
||||
|
||||
#include "compiler/Profile.h"
|
||||
#include "compiler/ast/ConstDeclaration.h"
|
||||
#include "compiler/ast/ModuleFunctionDeclaration.h"
|
||||
#include "compiler/astbuilder/BuilderWorkspace.h"
|
||||
#include "compiler/file/SourceFile.h"
|
||||
#include "compiler/model/CompilerWorkspace.h"
|
||||
#include "bscript/compiler/Profile.h"
|
||||
#include "bscript/compiler/ast/ConstDeclaration.h"
|
||||
#include "bscript/compiler/ast/ModuleFunctionDeclaration.h"
|
||||
#include "bscript/compiler/astbuilder/BuilderWorkspace.h"
|
||||
#include "bscript/compiler/file/SourceFile.h"
|
||||
#include "bscript/compiler/model/CompilerWorkspace.h"
|
||||
|
||||
namespace Pol::Bscript::Compiler
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue