From 2ab9caa87c15d9c6fe27cceff2471234cc125bbe Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Tue, 8 Apr 2014 20:32:25 -0700 Subject: [PATCH] Remove stray include --- spec/compiler/compile_examples.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/spec/compiler/compile_examples.cc b/spec/compiler/compile_examples.cc index 1c81d6ea..ce169314 100644 --- a/spec/compiler/compile_examples.cc +++ b/spec/compiler/compile_examples.cc @@ -1,8 +1,6 @@ #include "compiler_spec_helper.h" #include -#include "stream_methods.h" - static string src_dir() { const char * dir = getenv("TREESITTER_DIR"); if (!dir) dir = getenv("PWD");