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/xterm.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/xterm.c')
| -rw-r--r-- | src/xterm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c index 55582b5c10d..5496dbaca32 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -77,7 +77,7 @@ Boston, MA 02110-1301, USA. */ | |||
| 77 | #include "termhooks.h" | 77 | #include "termhooks.h" |
| 78 | #include "termopts.h" | 78 | #include "termopts.h" |
| 79 | #include "termchar.h" | 79 | #include "termchar.h" |
| 80 | #include "gnu.h" | 80 | #include "emacs-icon.h" |
| 81 | #include "disptab.h" | 81 | #include "disptab.h" |
| 82 | #include "buffer.h" | 82 | #include "buffer.h" |
| 83 | #include "window.h" | 83 | #include "window.h" |