diff options
Diffstat (limited to 'tc.nls.h')
-rw-r--r-- | tc.nls.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tc.nls.h b/tc.nls.h index d681a9e05a61c..3de76c7b655e8 100644 --- a/tc.nls.h +++ b/tc.nls.h @@ -1,4 +1,4 @@ -/* $Header: /p/tcsh/cvsroot/tcsh/tc.nls.h,v 3.13 2006/02/14 14:07:36 christos Exp $ */ +/* $Header: /p/tcsh/cvsroot/tcsh/tc.nls.h,v 3.14 2011/02/25 23:57:21 christos Exp $ */ /* * tc.nls.h: NLS support * @@ -34,8 +34,6 @@ #ifndef _h_tc_nls #define _h_tc_nls -#include "sh.h" - #ifdef WIDE_STRINGS extern int NLSWidth(Char); extern int NLSStringWidth (const Char *); |