Remove stray #include

This commit is contained in:
Max Brunsfeld 2016-11-14 09:31:32 -08:00
parent fad7294ba4
commit a89f8c086b

View file

@ -1,7 +1,6 @@
#ifndef COMPILER_PARSE_TABLE_H_
#define COMPILER_PARSE_TABLE_H_
#include <memory>
#include <map>
#include <set>
#include <utility>