Mercurial > MadButterfly
diff src/shift.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 | 45d9a1e2764d |
line wrap: on
line diff
--- a/src/shift.c Tue Nov 04 17:00:26 2008 +0800 +++ b/src/shift.c Wed Nov 05 15:24:01 2008 +0800 @@ -1,7 +1,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include "mb/animate.h" +#include "mb_animate.h" static float comp_mb_timeval_ratio(const mb_timeval_t *a, const mb_timeval_t *b) {