diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-10-14 13:11:16 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-10-14 13:11:16 (GMT) |
commit | 20d74e7d97b876232134f2e88e4f3b39f792bfe2 (patch) | |
tree | 8830e86525a52830d31f481bb4d4b4dec2735ab1 /src/compression/mtf.c | |
parent | df283e79475806a920e12bd0596210ba6ca54f74 (diff) |
Fix include paths.
Diffstat (limited to 'src/compression/mtf.c')
-rw-r--r-- | src/compression/mtf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compression/mtf.c b/src/compression/mtf.c index f30be07..a2ba3cf 100644 --- a/src/compression/mtf.c +++ b/src/compression/mtf.c @@ -12,8 +12,8 @@ #include <stdlib.h> -#include "warnmalloc.h" -#include "mtf.h" +#include "compression/warnmalloc.h" +#include "compression/mtf.h" /* "Partial" MTF. Byte based. */ /* Move to front coding. |