COIN-OR::LEMON - Graph Library

Changeset 576:f5bc148f7e1f in lemon for lemon/concepts/path.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/path.h

    r463 r576  
    2222///
    2323
    24 #ifndef LEMON_CONCEPT_PATH_H
    25 #define LEMON_CONCEPT_PATH_H
     24#ifndef LEMON_CONCEPTS_PATH_H
     25#define LEMON_CONCEPTS_PATH_H
    2626
    2727#include <lemon/core.h>
     
    306306} // namespace lemon
    307307
    308 #endif // LEMON_CONCEPT_PATH_H
     308#endif
Note: See TracChangeset for help on using the changeset viewer.