diff examples/tank/tank_main.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 147c93163ef0
children 257af0ed5852
line wrap: on
line diff
--- a/examples/tank/tank_main.c	Tue Nov 04 17:00:26 2008 +0800
+++ b/examples/tank/tank_main.c	Wed Nov 05 15:24:01 2008 +0800
@@ -1,8 +1,8 @@
 #include <math.h>
 #include <sys/time.h>
 #include <string.h>
-#include <mb/mb.h>
-#include <mb/tools.h>
+#include <mb.h>
+#include <mb_tools.h>
 #include "svgs.h"
 
 enum { MUD, ROC, BRI, BSH };