diff options
| author | Dave Love | 2002-07-16 15:14:22 +0000 |
|---|---|---|
| committer | Dave Love | 2002-07-16 15:14:22 +0000 |
| commit | b4a12c674b7c6aa32c6b84696f10e97570856fef (patch) | |
| tree | 5f36eef5bc3e75909ccf79557b350dd241710681 /src | |
| parent | 9dba850d5989affa94aeb1d141ba40deafb2a3b3 (diff) | |
| download | emacs-b4a12c674b7c6aa32c6b84696f10e97570856fef.tar.gz emacs-b4a12c674b7c6aa32c6b84696f10e97570856fef.zip | |
Include "...h", not <...h> in some cases.
Diffstat (limited to 'src')
| -rw-r--r-- | src/chartab.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/chartab.c b/src/chartab.c index 97292a3550c..54ffc8055e0 100644 --- a/src/chartab.c +++ b/src/chartab.c | |||
| @@ -21,10 +21,10 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | |||
| 21 | Boston, MA 02111-1307, USA. */ | 21 | Boston, MA 02111-1307, USA. */ |
| 22 | 22 | ||
| 23 | #include <config.h> | 23 | #include <config.h> |
| 24 | #include <lisp.h> | 24 | #include "lisp.h" |
| 25 | #include <character.h> | 25 | #include "character.h" |
| 26 | #include <charset.h> | 26 | #include "charset.h" |
| 27 | #include <ccl.h> | 27 | #include "ccl.h" |
| 28 | 28 | ||
| 29 | /* 64/16/32/128 */ | 29 | /* 64/16/32/128 */ |
| 30 | 30 | ||