summaryrefslogtreecommitdiff
path: root/lib/shape.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/shape.cc')
-rw-r--r--lib/shape.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/shape.cc b/lib/shape.cc
index d817895..d5f6ccc 100644
--- a/lib/shape.cc
+++ b/lib/shape.cc
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-/* $Id: shape.cc,v 1.22 2006-10-28 16:50:46 pixel Exp $ */
+/* $Id: shape.cc,v 1.23 2007-07-27 14:10:20 pixel Exp $ */
#include <math.h>
#include <limits.h>
@@ -26,9 +26,9 @@
#include <generic.h>
#include "engine.h"
#include "base.h"
-#include "Shape.h"
-#include "Texture.h"
-#include "Font.h"
+#include "shape.h"
+#include "texture.h"
+#include "font.h"
#define ENTER bool flag = Enter()
#define LEAVE Leave(flag)