updated include dependencies
This commit is contained in:
parent
6b0cfffe09
commit
40f5377cf1
21 changed files with 87 additions and 59 deletions
|
|
@ -18,7 +18,7 @@
|
|||
#ifndef LANGUAGE_TABLE_H
|
||||
#define LANGUAGE_TABLE_H
|
||||
|
||||
#include "token.h"
|
||||
#include <sym/token.h>
|
||||
|
||||
class LanguageImpl;
|
||||
class Sym;
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
#ifndef NODESELECTOR_H
|
||||
#define NODESELECTOR_H
|
||||
|
||||
#include <Sym.h>
|
||||
#include <sym/Sym.h>
|
||||
|
||||
/** Base class for selecting nodes */
|
||||
class NodeSelector {
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
#ifndef TREEBUILDER_H_
|
||||
#define TREEBUILDER_H_
|
||||
|
||||
#include "Sym.h"
|
||||
#include "sym/Sym.h"
|
||||
#include "LanguageTable.h"
|
||||
|
||||
class TreeBuilder {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue