diff options
author | Jamie Bullock <jamie@jamiebullock.com> | 2014-11-07 16:11:42 +0000 |
---|---|---|
committer | Jamie Bullock <jamie@jamiebullock.com> | 2014-11-07 16:11:42 +0000 |
commit | 920219c77cd9d7d34ec1bfceb0511eb33402483b (patch) | |
tree | c794fb3629d032033b1f70229e95517f0aaa2077 /src/stateful.c | |
parent | 8a49f7c3a38fb3f50491dfe962b981e17c9716f4 (diff) | |
download | LibXtract-920219c77cd9d7d34ec1bfceb0511eb33402483b.tar.gz LibXtract-920219c77cd9d7d34ec1bfceb0511eb33402483b.tar.bz2 LibXtract-920219c77cd9d7d34ec1bfceb0511eb33402483b.zip |
Remove unmaintainable relative paths
Diffstat (limited to 'src/stateful.c')
-rw-r--r-- | src/stateful.c | 4 |
1 files changed, 2 insertions, 2 deletions
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" |