diff options
| author | Dan Nicolaescu | 2008-03-03 06:32:13 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 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.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. */ | |||
| 46 | #include "termhooks.h" | 46 | #include "termhooks.h" |
| 47 | #include "termopts.h" | 47 | #include "termopts.h" |
| 48 | #include "termchar.h" | 48 | #include "termchar.h" |
| 49 | #include "gnu.h" | ||
| 50 | #include "disptab.h" | 49 | #include "disptab.h" |
| 51 | #include "buffer.h" | 50 | #include "buffer.h" |
| 52 | #include "window.h" | 51 | #include "window.h" |