Include "ccl.h" instead of "../src/ccl.h".

This commit is contained in:
Kenichi Handa 1999-08-23 10:43:51 +00:00
parent 9142dd5bad
commit 2ea6666cf7

View file

@ -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 ***/