summaryrefslogtreecommitdiff
path: root/src/compression/widemuldiv.c
diff options
context:
space:
mode:
authorMagnus Lundborg <lundborg.magnus@gmail.com>2014-01-14 08:06:39 (GMT)
committerMagnus Lundborg <lundborg.magnus@gmail.com>2014-01-14 08:06:39 (GMT)
commit951d5a3f6052de96220c190280d6e20fb22ada46 (patch)
treed7a6c42228dd141f8bedd883411c60e86402fc34 /src/compression/widemuldiv.c
parentdb441e04e71e2a0177ee382216cf4677aa5878f7 (diff)
Use relative paths for includes.
Diffstat (limited to 'src/compression/widemuldiv.c')
-rw-r--r--src/compression/widemuldiv.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/compression/widemuldiv.c b/src/compression/widemuldiv.c
index 3c2ac79..7d03c57 100644
--- a/src/compression/widemuldiv.c
+++ b/src/compression/widemuldiv.c
@@ -12,15 +12,15 @@
#include <stdio.h>
#include <stdlib.h>
-#include "compression/tng_compress.h"
+#include "../../include/compression/tng_compress.h"
/* 64 bit integers are not required in this part of the program. But
they improve the running speed if present. If 64 bit integers are
available define the symbol HAVE64BIT. It should get automatically
defined by the defines in my64bit.h */
-#include "compression/my64bit.h"
+#include "../../include/compression/my64bit.h"
-#include "compression/widemuldiv.h"
+#include "../../include/compression/widemuldiv.h"
#ifndef TRAJNG_X86_GCC_INLINE_MULDIV
#if defined(__GNUC__) && defined(__i386__)
contact: Jan Huwald // Impressum