Remove .gitignore do nothing is ignored.
[synfig.git] / ETL / trunk / ETL / bezier
index 119fb25..a341031 100644 (file)
@@ -2,7 +2,7 @@
 /*! ========================================================================
 ** Extended Template and Library
 ** Bezier Curve Class
-** $Id: bezier,v 1.1.1.1 2005/01/04 01:31:46 darco Exp $
+** $Id$
 **
 ** Copyright (c) 2002 Robert B. Quattlebaum Jr.
 **
@@ -22,8 +22,8 @@
 
 /* === S T A R T =========================================================== */
 
-#ifndef __BEZIER__
-#define __BEZIER__
+#ifndef __ETL__BEZIER__
+#define __ETL__BEZIER__
 
 /* === H E A D E R S ======================================================= */
 
@@ -31,7 +31,7 @@
 
 #include "_bezier.h"
 
-#ifdef __ANGLE__
+#ifdef __ETL_ANGLE__
 #include "_bezier_angle.h"
 #endif