From a89f8c086b61ad08dd7bbb8122b443ad11fcddc0 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Mon, 14 Nov 2016 09:31:32 -0800 Subject: [PATCH] Remove stray #include --- src/compiler/parse_table.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/compiler/parse_table.h b/src/compiler/parse_table.h index 6c883c26..ec4f5271 100644 --- a/src/compiler/parse_table.h +++ b/src/compiler/parse_table.h @@ -1,7 +1,6 @@ #ifndef COMPILER_PARSE_TABLE_H_ #define COMPILER_PARSE_TABLE_H_ -#include #include #include #include