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");