diff src/shape_text.c @ 186:530bb7728546 include_mb_test

Move header files to $(top_srcdir)/include/ and prefixed with 'mb_'. This is the solution that I dicussed with FourDollars, last night.
author Thinker K.F. Li <thinker@branda.to>
date Wed, 05 Nov 2008 15:24:01 +0800
parents c7e5b8779bb5
children c234ee745ceb
line wrap: on
line diff
--- a/src/shape_text.c	Tue Nov 04 17:00:26 2008 +0800
+++ b/src/shape_text.c	Wed Nov 05 15:24:01 2008 +0800
@@ -3,8 +3,8 @@
 #include <string.h>
 #include <math.h>
 #include <cairo.h>
-#include "mb/mb_types.h"
-#include "mb/shapes.h"
+#include "mb_types.h"
+#include "mb_shapes.h"
 
 #define ASSERT(x)
 #define OK 0