summaryrefslogtreecommitdiff
path: root/src/coding.h
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>1999-08-23 10:43:51 +0000
committerKenichi Handa <handa@m17n.org>1999-08-23 10:43:51 +0000
commit2ea6666cf7299da741c2c7d61787dc21babd9cec (patch)
tree428370bb4c91ea47023334f4fa4f6e52d515edb1 /src/coding.h
parent9142dd5badb4e883761084eb3ad23ea578df5816 (diff)
downloademacs-2ea6666cf7299da741c2c7d61787dc21babd9cec.tar.gz
Include "ccl.h" instead of "../src/ccl.h".
Diffstat (limited to 'src/coding.h')
-rw-r--r--src/coding.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.h b/src/coding.h
index 04225a40b3b..7bbfdbd6621 100644
--- a/src/coding.h
+++ b/src/coding.h
@@ -23,7 +23,7 @@ Boston, MA 02111-1307, USA. */
#define _CODING_H
#ifndef _CCL_H
-#include "../src/ccl.h"
+#include "ccl.h"
#endif
/*** EMACS' INTERNAL FORMAT (emacs-mule) section ***/