(svn r21595) -Codechange: Some header files had their name changed, update the ifndef/define/endif lines.

This commit is contained in:
alberth
2010-12-22 11:46:41 +00:00
parent 84c9201e0c
commit 69762b70b2
8 changed files with 24 additions and 24 deletions

View File

@@ -9,8 +9,8 @@
/** @file waypoint_base.h Base of waypoints. */
#ifndef WAYPOINT_H
#define WAYPOINT_H
#ifndef WAYPOINT_BASE_H
#define WAYPOINT_BASE_H
#include "base_station_base.h"
@@ -64,4 +64,4 @@ struct Waypoint : SpecializedStation<Waypoint, true> {
#define FOR_ALL_WAYPOINTS(var) FOR_ALL_BASE_STATIONS_OF_TYPE(Waypoint, var)
#endif /* WAYPOINT_H */
#endif /* WAYPOINT_BASE_H */