forked from GitHub/gf-core
remove pgf/parser.h
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
#include <gu/in.h>
|
||||
#include <gu/utf8.h>
|
||||
#include <pgf/parser.h>
|
||||
#include <pgf/literals.h>
|
||||
#include <wctype.h>
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
#include <pgf/parser.h>
|
||||
#include <pgf/data.h>
|
||||
#include <pgf/expr.h>
|
||||
#include <pgf/linearizer.h>
|
||||
#include <gu/enum.h>
|
||||
#include <gu/seq.h>
|
||||
#include <gu/assert.h>
|
||||
#include <gu/choice.h>
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
#ifndef PGF_PARSER_H_
|
||||
#define PGF_PARSER_H_
|
||||
|
||||
#include <gu/enum.h>
|
||||
#include <pgf/data.h>
|
||||
#include <pgf/expr.h>
|
||||
|
||||
#endif // PGF_PARSER_H_
|
||||
@@ -1,7 +1,7 @@
|
||||
#include <pgf/pgf.h>
|
||||
#include <pgf/data.h>
|
||||
#include <pgf/linearizer.h>
|
||||
#include <pgf/parser.h>
|
||||
#include <gu/enum.h>
|
||||
|
||||
typedef struct {
|
||||
int start, end;
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
#include <pgf/expr.h>
|
||||
#include <pgf/reader.h>
|
||||
#include <pgf/linearizer.h>
|
||||
#include <pgf/parser.h>
|
||||
#include <gu/file.h>
|
||||
#include <gu/string.h>
|
||||
#include <gu/enum.h>
|
||||
|
||||
Reference in New Issue
Block a user