-rw-r--r-- | agg-plot/split-parser.h | 2 |
diff --git a/agg-plot/split-parser.h b/agg-plot/split-parser.h index dcf7dc20..07aa71cc 100644 --- a/agg-plot/split-parser.h +++ b/agg-plot/split-parser.h @@ -1,7 +1,7 @@ #ifndef AGGPLOT_SPLIT_PARSER_H #define AGGPLOT_SPLIT_PARSER_H -#include "my_tree.h" +#include "tree.h" enum direction_e { along_x, along_y }; |