1.1 --- a/demo/sub_graph_adaptor_demo.cc Thu Mar 23 19:57:14 2006 +0000
1.2 +++ b/demo/sub_graph_adaptor_demo.cc Thu Mar 23 20:42:37 2006 +0000
1.3 @@ -39,7 +39,7 @@
1.4 #include <lemon/graph_adaptor.h>
1.5 #include <lemon/dimacs.h>
1.6 #include <lemon/preflow.h>
1.7 -#include <tight_edge_filter_map.h>
1.8 +#include "tight_edge_filter_map.h"
1.9
1.10 #include <lemon/graph_reader.h>
1.11
2.1 --- a/lemon/eps.cc Thu Mar 23 19:57:14 2006 +0000
2.2 +++ b/lemon/eps.cc Thu Mar 23 20:42:37 2006 +0000
2.3 @@ -1,4 +1,4 @@
2.4 -#include <eps.h>
2.5 +#include <lemon/eps.h>
2.6
2.7 namespace lemon {
2.8