From 7e04144656e48e68b0d9d25fae2259f401626ddd Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Sun, 20 Oct 2013 14:57:23 +0300 Subject: [PATCH] Correct some multiple inclusion guard defines --- source/3d/axle.h | 4 ++-- source/3d/bogie.h | 4 ++-- source/3d/rod.h | 4 ++-- source/3d/trackcircuit.h | 4 ++-- source/3d/vehicle.h | 4 ++-- source/3d/vehicletype.h | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/source/3d/axle.h b/source/3d/axle.h index 6335b9f..e53efb2 100644 --- a/source/3d/axle.h +++ b/source/3d/axle.h @@ -1,5 +1,5 @@ -#ifndef LIBR2C23D_AXLE_H_ -#define LIBR2C23D_AXLE_H_ +#ifndef R2C2_3D_AXLE_H_ +#define R2C2_3D_AXLE_H_ #include #include "libr2c2/vehicle.h" diff --git a/source/3d/bogie.h b/source/3d/bogie.h index 2b3ade3..7b6dbfc 100644 --- a/source/3d/bogie.h +++ b/source/3d/bogie.h @@ -1,5 +1,5 @@ -#ifndef LIBR2C23D_BOGIE_H_ -#define LIBR2C23D_BOGIE_H_ +#ifndef R2C2_3D_BOGIE_H_ +#define R2C2_3D_BOGIE_H_ #include #include "libr2c2/vehicle.h" diff --git a/source/3d/rod.h b/source/3d/rod.h index 8521468..1605caa 100644 --- a/source/3d/rod.h +++ b/source/3d/rod.h @@ -1,5 +1,5 @@ -#ifndef LIBR2C23D_ROD_H_ -#define LIBR2C23D_ROD_H_ +#ifndef R2C2_3D_ROD_H_ +#define R2C2_3D_ROD_H_ #include #include "libr2c2/vehicle.h" diff --git a/source/3d/trackcircuit.h b/source/3d/trackcircuit.h index ae032b0..46cf7be 100644 --- a/source/3d/trackcircuit.h +++ b/source/3d/trackcircuit.h @@ -1,5 +1,5 @@ -#ifndef R2C2_TRACKCIRCUIT_H_ -#define R2C2_TRACKCIRCUIT_H_ +#ifndef R2C2_3D_TRACKCIRCUIT_H_ +#define R2C2_3D_TRACKCIRCUIT_H_ #include #include "utility.h" diff --git a/source/3d/vehicle.h b/source/3d/vehicle.h index 27b1615..9198454 100644 --- a/source/3d/vehicle.h +++ b/source/3d/vehicle.h @@ -1,5 +1,5 @@ -#ifndef LIBR2C23D_VEHICLE_H_ -#define LIBR2C23D_VEHICLE_H_ +#ifndef R2C2_3D_VEHICLE_H_ +#define R2C2_3D_VEHICLE_H_ #include #include diff --git a/source/3d/vehicletype.h b/source/3d/vehicletype.h index 02d1108..428a372 100644 --- a/source/3d/vehicletype.h +++ b/source/3d/vehicletype.h @@ -1,5 +1,5 @@ -#ifndef LIBR2C23D_VEHICLETYPE_H_ -#define LIBR2C23D_VEHICLETYPE_H_ +#ifndef R2C2_3D_VEHICLETYPE_H_ +#define R2C2_3D_VEHICLETYPE_H_ #include #include -- 2.43.0