diff src/animate.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 6749f6639924
children 530bb7728546
line wrap: on
line diff
--- a/src/animate.c	Sun Nov 02 14:30:03 2008 +0800
+++ b/src/animate.c	Tue Nov 04 17:00:26 2008 +0800
@@ -68,10 +68,10 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include "mb_types.h"
-#include "redraw_man.h"
-#include "mb_timer.h"
-#include "animate.h"
+#include "mb/mb_types.h"
+#include "mb/redraw_man.h"
+#include "mb/mb_timer.h"
+#include "mb/animate.h"
 
 
 #define STEP_INTERVAL 90000