System headers need to have "_" prepended in their header guards.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28560 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2008-11-08 11:58:54 +00:00
parent 8c123e120d
commit b2411d9aeb
+3 -3
View File
@@ -7,8 +7,8 @@
* Artur Wyszynski <[email protected]>
*/
#ifndef GRADIENT_H
#define GRADIENT_H
#ifndef _GRADIENT_H
#define _GRADIENT_H
#include <Archivable.h>
#include <GraphicsDefs.h>
@@ -107,4 +107,4 @@ private:
gradient_type fType;
};
#endif // GRADIENT_H
#endif // _GRADIENT_H