From 7303f7d1990cff2ec9e99917ec021a9d977424df Mon Sep 17 00:00:00 2001 From: alberth Date: Wed, 22 Dec 2010 11:46:41 +0000 Subject: (svn r21595) -Codechange: Some header files had their name changed, update the ifndef/define/endif lines. --- src/waypoint_base.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/waypoint_base.h') diff --git a/src/waypoint_base.h b/src/waypoint_base.h index 6b8d59579..88ba93320 100644 --- a/src/waypoint_base.h +++ b/src/waypoint_base.h @@ -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 { #define FOR_ALL_WAYPOINTS(var) FOR_ALL_BASE_STATIONS_OF_TYPE(Waypoint, var) -#endif /* WAYPOINT_H */ +#endif /* WAYPOINT_BASE_H */ -- cgit v1.2.3-70-g09d2