COIN-OR::LEMON - Graph Library

Changeset 529:f5bc148f7e1f in lemon-1.2 for lemon/lp_skeleton.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/lp_skeleton.h

    r459 r529  
    1717 */
    1818
    19 #ifndef LEMON_LP_SKELETON
    20 #define LEMON_LP_SKELETON
     19#ifndef LEMON_LP_SKELETON_H
     20#define LEMON_LP_SKELETON_H
    2121
    2222#include <lemon/lp_base.h>
     
    227227} //namespace lemon
    228228
    229 #endif // LEMON_LP_SKELETON
     229#endif
Note: See TracChangeset for help on using the changeset viewer.