From: Dave Love Date: Tue, 16 Jul 2002 15:14:22 +0000 (+0000) Subject: Include "...h", not <...h> in some cases. X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~564 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b4a12c674b7c6aa32c6b84696f10e97570856fef;p=emacs.git Include "...h", not <...h> in some cases. --- 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, Boston, MA 02111-1307, USA. */ #include -#include -#include -#include -#include +#include "lisp.h" +#include "character.h" +#include "charset.h" +#include "ccl.h" /* 64/16/32/128 */