diff src/redraw_man.c @ 185:c7e5b8779bb5 include_mb_test

Move header files into include/mb/ subdirectory and remove symlink 'mb'.
author Thinker K.F. Li <thinker@branda.to>
date Tue, 04 Nov 2008 17:00:26 +0800
parents 147c93163ef0
children 530bb7728546
line wrap: on
line diff
--- a/src/redraw_man.c	Sun Nov 02 14:30:03 2008 +0800
+++ b/src/redraw_man.c	Tue Nov 04 17:00:26 2008 +0800
@@ -2,11 +2,11 @@
 #include <stdlib.h>
 #include <string.h>
 #include <cairo.h>
-#include "mb_types.h"
-#include "shapes.h"
-#include "tools.h"
-#include "redraw_man.h"
-#include "observer.h"
+#include "mb/mb_types.h"
+#include "mb/shapes.h"
+#include "mb/tools.h"
+#include "mb/redraw_man.h"
+#include "mb/observer.h"
 
 
 /* NOTE: bounding box should also consider width of stroke.
@@ -1402,7 +1402,7 @@
 /* Test cases */
 
 #include <CUnit/Basic.h>
-#include "paint.h"
+#include "mb/paint.h"
 
 struct _sh_dummy {
     shape_t shape;