comparison src/stateful.c @ 259:d383a8c66b5d

Remove unmaintainable relative paths
author Jamie Bullock <jamie@jamiebullock.com>
date Fri, 07 Nov 2014 16:11:42 +0000
parents d2453f55c470
children
comparison
equal deleted inserted replaced
258:9fecd1eaaec1 259:d383a8c66b5d
21 * 21 *
22 */ 22 */
23 23
24 /* stateful.c: declares functions that extract features that require stateful data to be retained between frames */ 24 /* stateful.c: declares functions that extract features that require stateful data to be retained between frames */
25 25
26 #include "../xtract/xtract_stateful.h" 26 #include "xtract/xtract_stateful.h"
27 #include "../xtract/libxtract.h" 27 #include "xtract/libxtract.h"
28 28
29 #include "c-ringbuf/ringbuf.h" 29 #include "c-ringbuf/ringbuf.h"
30 30
31 #include <stdlib.h> 31 #include <stdlib.h>
32 #include <stdio.h> 32 #include <stdio.h>