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_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