Prepend header guard with underscore.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28561 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
b2411d9aeb
commit
c8d611a2c0
@ -6,8 +6,8 @@
|
||||
* Artur Wyszynski <harakash@gmail.com>
|
||||
*/
|
||||
|
||||
#ifndef GRADIENT_CONIC_H
|
||||
#define GRADIENT_CONIC_H
|
||||
#ifndef _GRADIENT_CONIC_H
|
||||
#define _GRADIENT_CONIC_H
|
||||
|
||||
#include <Gradient.h>
|
||||
|
||||
@ -27,4 +27,4 @@ public:
|
||||
void SetAngle(float angle);
|
||||
};
|
||||
|
||||
#endif // GRADIENT_CONIC_H
|
||||
#endif // _GRADIENT_CONIC_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
* Artur Wyszynski <harakash@gmail.com>
|
||||
*/
|
||||
|
||||
#ifndef GRADIENT_DIAMOND_H
|
||||
#define GRADIENT_DIAMOND_H
|
||||
#ifndef _GRADIENT_DIAMOND_H
|
||||
#define _GRADIENT_DIAMOND_H
|
||||
|
||||
#include <Gradient.h>
|
||||
|
||||
@ -24,4 +24,4 @@ public:
|
||||
void SetCenter(float cx, float cy);
|
||||
};
|
||||
|
||||
#endif // GRADIENT_DIAMOND_H
|
||||
#endif // _GRADIENT_DIAMOND_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
* Artur Wyszynski <harakash@gmail.com>
|
||||
*/
|
||||
|
||||
#ifndef GRADIENT_LINEAR_H
|
||||
#define GRADIENT_LINEAR_H
|
||||
#ifndef _GRADIENT_LINEAR_H
|
||||
#define _GRADIENT_LINEAR_H
|
||||
|
||||
#include <Gradient.h>
|
||||
|
||||
@ -28,4 +28,4 @@ public:
|
||||
void SetEnd(float x2, float y2);
|
||||
};
|
||||
|
||||
#endif // GRADIENT_LINEAR_H
|
||||
#endif // _GRADIENT_LINEAR_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
* Artur Wyszynski <harakash@gmail.com>
|
||||
*/
|
||||
|
||||
#ifndef GRADIENT_RADIAL_H
|
||||
#define GRADIENT_RADIAL_H
|
||||
#ifndef _GRADIENT_RADIAL_H
|
||||
#define _GRADIENT_RADIAL_H
|
||||
|
||||
#include <Gradient.h>
|
||||
|
||||
@ -27,4 +27,4 @@ public:
|
||||
void SetRadius(float radius);
|
||||
};
|
||||
|
||||
#endif // GRADIENT_RADIAL_H
|
||||
#endif // _GRADIENT_RADIAL_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
* Artur Wyszynski <harakash@gmail.com>
|
||||
*/
|
||||
|
||||
#ifndef GRADIENT_RADIAL_FOCUS_H
|
||||
#define GRADIENT_RADIAL_FOCUS_H
|
||||
#ifndef _GRADIENT_RADIAL_FOCUS_H
|
||||
#define _GRADIENT_RADIAL_FOCUS_H
|
||||
|
||||
#include <Gradient.h>
|
||||
|
||||
@ -32,4 +32,4 @@ public:
|
||||
void SetRadius(float radius);
|
||||
};
|
||||
|
||||
#endif // GRADIENT_RADIAL_FOCUS_H
|
||||
#endif // _GRADIENT_RADIAL_FOCUS_H
|
||||
|
Loading…
Reference in New Issue
Block a user