From 920219c77cd9d7d34ec1bfceb0511eb33402483b Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Fri, 7 Nov 2014 16:11:42 +0000 Subject: Remove unmaintainable relative paths --- src/stateful.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/stateful.c') diff --git a/src/stateful.c b/src/stateful.c index 0b607bc..3d63786 100644 --- a/src/stateful.c +++ b/src/stateful.c @@ -23,8 +23,8 @@ /* stateful.c: declares functions that extract features that require stateful data to be retained between frames */ -#include "../xtract/xtract_stateful.h" -#include "../xtract/libxtract.h" +#include "xtract/xtract_stateful.h" +#include "xtract/libxtract.h" #include "c-ringbuf/ringbuf.h" -- cgit v1.2.3