diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2008-03-03 06:32:13 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2008-03-03 06:32:13 +0000 |
commit | 73f838adaf4d7fa14af503a4786076aea7329bb1 (patch) | |
tree | 3a003eb082e848415f8fbec7a043b0a125d7a74f /src/w32term.c | |
parent | 62dc3ac3540670addcc4891d3725e37ae17af321 (diff) | |
download | emacs-73f838adaf4d7fa14af503a4786076aea7329bb1.tar.gz emacs-73f838adaf4d7fa14af503a4786076aea7329bb1.tar.bz2 emacs-73f838adaf4d7fa14af503a4786076aea7329bb1.zip |
* w32term.c: Remove unused include "gnu.h".
* makefile.w32-in (w32term.o): Don't depend on gnu.h
* gnu.h: Rename to ...
* emacs-icon.h: ... this.
* xterm.c: Use emacs-icon.h instead of gnu.h.
* Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
Diffstat (limited to 'src/w32term.c')
-rw-r--r-- | src/w32term.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/w32term.c b/src/w32term.c index 25ecccfd6ba..944c0f9fa43 100644 --- a/src/w32term.c +++ b/src/w32term.c @@ -46,7 +46,6 @@ Boston, MA 02110-1301, USA. */ #include "termhooks.h" #include "termopts.h" #include "termchar.h" -#include "gnu.h" #include "disptab.h" #include "buffer.h" #include "window.h" |