COIN-OR::LEMON - Graph Library

Changeset 576:f5bc148f7e1f in lemon for lemon/concepts/graph.h


Ignore:
Timestamp:
02/23/09 13:12:05 (15 years ago)
Author:
Balazs Dezso <deba@…>
Branch:
default
Phase:
public
Message:

Fix the naming convention of guards and remove one unnecessary include

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/concepts/graph.h

    r463 r576  
    2121///\brief The concept of Undirected Graphs.
    2222
    23 #ifndef LEMON_CONCEPT_GRAPH_H
    24 #define LEMON_CONCEPT_GRAPH_H
     23#ifndef LEMON_CONCEPTS_GRAPH_H
     24#define LEMON_CONCEPTS_GRAPH_H
    2525
    2626#include <lemon/concepts/graph_components.h>
    27 #include <lemon/concepts/graph.h>
    2827#include <lemon/core.h>
    2928
Note: See TracChangeset for help on using the changeset viewer.