diff options
Diffstat (limited to 'src/w32menu.c')
-rw-r--r-- | src/w32menu.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/w32menu.c b/src/w32menu.c index aa3ef60d12b..c93c589f07d 100644 --- a/src/w32menu.c +++ b/src/w32menu.c @@ -1,5 +1,5 @@ /* Menu support for GNU Emacs on the Microsoft W32 API. - Copyright (C) 1986, 1988, 1993, 1994, 1996, 1998 Free Software Foundation, Inc. + Copyright (C) 1986, 88, 93, 94, 96, 98, 1999 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -18,9 +18,8 @@ along with GNU Emacs; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include <signal.h> #include <config.h> - +#include <signal.h> #include <stdio.h> #include "lisp.h" #include "termhooks.h" |