diff -r 88bd39ef7d98 -r 1c5d6e47921f lemon/concepts/graph.h --- a/lemon/concepts/graph.h Mon Feb 23 12:26:21 2009 +0000 +++ b/lemon/concepts/graph.h Mon Feb 23 12:33:40 2009 +0000 @@ -20,11 +20,10 @@ ///\file ///\brief The concept of Undirected Graphs. -#ifndef LEMON_CONCEPT_GRAPH_H -#define LEMON_CONCEPT_GRAPH_H +#ifndef LEMON_CONCEPTS_GRAPH_H +#define LEMON_CONCEPTS_GRAPH_H #include -#include #include namespace lemon {