lemon/concepts/graph.h
changeset 596 ba659d676331
parent 463 88ed40ad0d4f
child 606 c5fd2d996909
equal deleted inserted replaced
8:1335c7c29dd3 9:9e9d98459681
    18 
    18 
    19 ///\ingroup graph_concepts
    19 ///\ingroup graph_concepts
    20 ///\file
    20 ///\file
    21 ///\brief The concept of Undirected Graphs.
    21 ///\brief The concept of Undirected Graphs.
    22 
    22 
    23 #ifndef LEMON_CONCEPT_GRAPH_H
    23 #ifndef LEMON_CONCEPTS_GRAPH_H
    24 #define LEMON_CONCEPT_GRAPH_H
    24 #define LEMON_CONCEPTS_GRAPH_H
    25 
    25 
    26 #include <lemon/concepts/graph_components.h>
    26 #include <lemon/concepts/graph_components.h>
    27 #include <lemon/concepts/graph.h>
       
    28 #include <lemon/core.h>
    27 #include <lemon/core.h>
    29 
    28 
    30 namespace lemon {
    29 namespace lemon {
    31   namespace concepts {
    30   namespace concepts {
    32 
    31