Properly scope the compiler includes to the Bscript folder. (#360)

This commit is contained in:
Kevin Eady 2021-02-25 16:53:22 +01:00 committed by GitHub
parent 57067e198e
commit 0cd9412066
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
217 changed files with 736 additions and 736 deletions

View file

@ -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
{