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:
Stephan Aßmus
2008-11-08 12:00:57 +00:00
parent b2411d9aeb
commit c8d611a2c0
5 changed files with 15 additions and 15 deletions
+3 -3
View File
@@ -6,8 +6,8 @@
* Artur Wyszynski <[email protected]>
*/
#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