diff --git a/tree.h b/tl-parser-tree.h similarity index 100% rename from tree.h rename to tl-parser-tree.h diff --git a/tl-parser.c b/tl-parser.c index e66a3df..2d528c1 100644 --- a/tl-parser.c +++ b/tl-parser.c @@ -34,7 +34,7 @@ #include #include #include -#include "tree.h" +#include "tl-parser-tree.h" #include "tl-parser.h" #include "crc32.h" #include "tl-tl.h"