changeset 25378:2d5cc3c9d8dc

Include "ccl.h" instead of "../src/ccl.h".
author Kenichi Handa <handa@m17n.org>
date Mon, 23 Aug 1999 10:43:51 +0000
parents d32d09a601e8
children 167c69238538
files src/coding.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/coding.h	Mon Aug 23 00:11:55 1999 +0000
+++ b/src/coding.h	Mon Aug 23 10:43:51 1999 +0000
@@ -23,7 +23,7 @@
 #define _CODING_H
 
 #ifndef _CCL_H
-#include "../src/ccl.h"
+#include "ccl.h"
 #endif
 
 /*** EMACS' INTERNAL FORMAT (emacs-mule) section ***/