Remove more unused includes
This commit is contained in:
parent
27f305d556
commit
dd0feea8e6
6 changed files with 0 additions and 12 deletions
|
|
@ -1,11 +1,8 @@
|
|||
#include "first_set.h"
|
||||
#include "rule_can_be_blank.h"
|
||||
#include "grammar.h"
|
||||
#include <vector>
|
||||
|
||||
using std::set;
|
||||
using std::vector;
|
||||
using std::dynamic_pointer_cast;
|
||||
using namespace tree_sitter::rules;
|
||||
|
||||
namespace tree_sitter {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
#ifndef __tree_sitter__first_set__
|
||||
#define __tree_sitter__first_set__
|
||||
|
||||
#include "item.h"
|
||||
#include "symbol.h"
|
||||
#include <set>
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
|
||||
using std::map;
|
||||
using std::set;
|
||||
using std::dynamic_pointer_cast;
|
||||
using tree_sitter::rules::Symbol;
|
||||
|
||||
namespace tree_sitter {
|
||||
|
|
|
|||
|
|
@ -2,10 +2,6 @@
|
|||
#include "./follow_sets.h"
|
||||
#include "grammar.h"
|
||||
#include "item.h"
|
||||
#include <vector>
|
||||
|
||||
using std::set;
|
||||
using std::vector;
|
||||
|
||||
namespace tree_sitter {
|
||||
namespace build_tables {
|
||||
|
|
|
|||
|
|
@ -3,8 +3,6 @@
|
|||
#include "rule_transitions.h"
|
||||
#include "merge_transitions.h"
|
||||
|
||||
using std::make_shared;
|
||||
using std::shared_ptr;
|
||||
using std::map;
|
||||
|
||||
namespace tree_sitter {
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@
|
|||
|
||||
using std::pair;
|
||||
using std::string;
|
||||
using std::vector;
|
||||
using std::map;
|
||||
|
||||
namespace tree_sitter {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue