author | Francesco Abbate <francesco.bbt@gmail.com> | 2012年03月26日 23:07:49 +0200 |
---|---|---|
committer | Francesco Abbate <francesco.bbt@gmail.com> | 2012年03月26日 23:07:49 +0200 |
commit | 7c09c1f9527ea7ab8accef1c9d68d9a251c2bb8d (patch) | |
tree | 1f02e61df5a6eae90fa09b2ed3823db154e8cd25 /agg-plot/split-parser.h | |
parent | 822de113f7d3b9f7bbd0a80159808e0fa3dcdc51 (diff) | |
download | gsl-shell-7c09c1f9527ea7ab8accef1c9d68d9a251c2bb8d.tar.gz |
-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 }; |