diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2014-01-14 08:06:39 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2014-01-14 08:06:39 (GMT) |
commit | 951d5a3f6052de96220c190280d6e20fb22ada46 (patch) | |
tree | d7a6c42228dd141f8bedd883411c60e86402fc34 /src/compression/mtf.c | |
parent | db441e04e71e2a0177ee382216cf4677aa5878f7 (diff) |
Use relative paths for includes.
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 5f96d62..d6eaf30 100644 --- a/src/compression/mtf.c +++ b/src/compression/mtf.c @@ -10,8 +10,8 @@ #include <stdlib.h> -#include "compression/warnmalloc.h" -#include "compression/mtf.h" +#include "../../include/compression/warnmalloc.h" +#include "../../include/compression/mtf.h" /* "Partial" MTF. Byte based. */ /* Move to front coding. |