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
|
|
@ -3,9 +3,9 @@
|
|||
#include <format/format.h>
|
||||
#include <utility>
|
||||
|
||||
#include "compiler/ast/FunctionParameterDeclaration.h"
|
||||
#include "compiler/ast/FunctionParameterList.h"
|
||||
#include "compiler/ast/NodeVisitor.h"
|
||||
#include "bscript/compiler/ast/FunctionParameterDeclaration.h"
|
||||
#include "bscript/compiler/ast/FunctionParameterList.h"
|
||||
#include "bscript/compiler/ast/NodeVisitor.h"
|
||||
|
||||
namespace Pol::Bscript::Compiler
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue