summaryrefslogtreecommitdiffstats
path: root/src/idct.c
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2005-05-16 20:02:56 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2005-05-16 20:02:56 (GMT)
commitf3fb4fe22f28b73dd9642f5973af008003133f16 (patch)
tree3bc8243515d0ecda1d06acf684c74d79019cc6d7 /src/idct.c
parent4ced72dcdb3e5e98e1407d2f85c3fcaace6a2d36 (diff)
download5kk53-f3fb4fe22f28b73dd9642f5973af008003133f16.zip
5kk53-f3fb4fe22f28b73dd9642f5973af008003133f16.tar.gz
5kk53-f3fb4fe22f28b73dd9642f5973af008003133f16.tar.bz2
Some small stuff changed
Diffstat (limited to 'src/idct.c')
-rw-r--r--src/idct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/idct.c b/src/idct.c
index db83be8..fce305a 100644
--- a/src/idct.c
+++ b/src/idct.c
@@ -3,7 +3,7 @@
/* Author : Pierre Guerrier, march 1998 */
/* IDCT code by Geert Janssen */
/*---------------------------------------------*/
-#include "idct.h"
+#include "dct.h"
/*-------------------------------------------------------*/
/* JPEG data types here */