diff options
| author | Kenichi Handa | 1999-08-23 10:43:51 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1999-08-23 10:43:51 +0000 |
| commit | 2ea6666cf7299da741c2c7d61787dc21babd9cec (patch) | |
| tree | 428370bb4c91ea47023334f4fa4f6e52d515edb1 /src/coding.h | |
| parent | 9142dd5badb4e883761084eb3ad23ea578df5816 (diff) | |
| download | emacs-2ea6666cf7299da741c2c7d61787dc21babd9cec.tar.gz emacs-2ea6666cf7299da741c2c7d61787dc21babd9cec.zip | |
Include "ccl.h" instead of "../src/ccl.h".
Diffstat (limited to 'src/coding.h')
| -rw-r--r-- | src/coding.h | 2 |
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. */ | |||
| 23 | #define _CODING_H | 23 | #define _CODING_H |
| 24 | 24 | ||
| 25 | #ifndef _CCL_H | 25 | #ifndef _CCL_H |
| 26 | #include "../src/ccl.h" | 26 | #include "ccl.h" |
| 27 | #endif | 27 | #endif |
| 28 | 28 | ||
| 29 | /*** EMACS' INTERNAL FORMAT (emacs-mule) section ***/ | 29 | /*** EMACS' INTERNAL FORMAT (emacs-mule) section ***/ |