From c8d611a2c028acd6ba0aebf479aed00909c2f49a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Sat, 8 Nov 2008 12:00:57 +0000 Subject: [PATCH] Prepend header guard with underscore. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28561 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/interface/GradientConic.h | 6 +++--- headers/os/interface/GradientDiamond.h | 6 +++--- headers/os/interface/GradientLinear.h | 6 +++--- headers/os/interface/GradientRadial.h | 6 +++--- headers/os/interface/GradientRadialFocus.h | 6 +++--- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/headers/os/interface/GradientConic.h b/headers/os/interface/GradientConic.h index 5111e1535a..704869494f 100644 --- a/headers/os/interface/GradientConic.h +++ b/headers/os/interface/GradientConic.h @@ -6,8 +6,8 @@ * Artur Wyszynski */ -#ifndef GRADIENT_CONIC_H -#define GRADIENT_CONIC_H +#ifndef _GRADIENT_CONIC_H +#define _GRADIENT_CONIC_H #include @@ -27,4 +27,4 @@ public: void SetAngle(float angle); }; -#endif // GRADIENT_CONIC_H +#endif // _GRADIENT_CONIC_H diff --git a/headers/os/interface/GradientDiamond.h b/headers/os/interface/GradientDiamond.h index 56689fa396..c9fa618d49 100644 --- a/headers/os/interface/GradientDiamond.h +++ b/headers/os/interface/GradientDiamond.h @@ -6,8 +6,8 @@ * Artur Wyszynski */ -#ifndef GRADIENT_DIAMOND_H -#define GRADIENT_DIAMOND_H +#ifndef _GRADIENT_DIAMOND_H +#define _GRADIENT_DIAMOND_H #include @@ -24,4 +24,4 @@ public: void SetCenter(float cx, float cy); }; -#endif // GRADIENT_DIAMOND_H +#endif // _GRADIENT_DIAMOND_H diff --git a/headers/os/interface/GradientLinear.h b/headers/os/interface/GradientLinear.h index 6c596c8274..126fc43f0b 100644 --- a/headers/os/interface/GradientLinear.h +++ b/headers/os/interface/GradientLinear.h @@ -6,8 +6,8 @@ * Artur Wyszynski */ -#ifndef GRADIENT_LINEAR_H -#define GRADIENT_LINEAR_H +#ifndef _GRADIENT_LINEAR_H +#define _GRADIENT_LINEAR_H #include @@ -28,4 +28,4 @@ public: void SetEnd(float x2, float y2); }; -#endif // GRADIENT_LINEAR_H +#endif // _GRADIENT_LINEAR_H diff --git a/headers/os/interface/GradientRadial.h b/headers/os/interface/GradientRadial.h index 34f4ee8da1..73a0c8bc29 100644 --- a/headers/os/interface/GradientRadial.h +++ b/headers/os/interface/GradientRadial.h @@ -6,8 +6,8 @@ * Artur Wyszynski */ -#ifndef GRADIENT_RADIAL_H -#define GRADIENT_RADIAL_H +#ifndef _GRADIENT_RADIAL_H +#define _GRADIENT_RADIAL_H #include @@ -27,4 +27,4 @@ public: void SetRadius(float radius); }; -#endif // GRADIENT_RADIAL_H +#endif // _GRADIENT_RADIAL_H diff --git a/headers/os/interface/GradientRadialFocus.h b/headers/os/interface/GradientRadialFocus.h index b920e1b5a7..0862060dc3 100644 --- a/headers/os/interface/GradientRadialFocus.h +++ b/headers/os/interface/GradientRadialFocus.h @@ -6,8 +6,8 @@ * Artur Wyszynski */ -#ifndef GRADIENT_RADIAL_FOCUS_H -#define GRADIENT_RADIAL_FOCUS_H +#ifndef _GRADIENT_RADIAL_FOCUS_H +#define _GRADIENT_RADIAL_FOCUS_H #include @@ -32,4 +32,4 @@ public: void SetRadius(float radius); }; -#endif // GRADIENT_RADIAL_FOCUS_H +#endif // _GRADIENT_RADIAL_FOCUS_H