lemon/floyd_warshall.h
changeset 1993 2115143eceea
parent 1956 a055123339d5
child 2042 bdc953f2a449
     1.1 --- a/lemon/floyd_warshall.h	Wed Mar 01 12:46:52 2006 +0000
     1.2 +++ b/lemon/floyd_warshall.h	Wed Mar 01 13:19:28 2006 +0000
     1.3 @@ -26,7 +26,7 @@
     1.4  
     1.5  #include <lemon/list_graph.h>
     1.6  #include <lemon/graph_utils.h>
     1.7 -#include <lemon/invalid.h>
     1.8 +#include <lemon/bits/invalid.h>
     1.9  #include <lemon/error.h>
    1.10  #include <lemon/matrix_maps.h>
    1.11  #include <lemon/maps.h>