diff options
| author | Fred Pierresteguy | 1994-01-26 17:57:30 +0000 |
|---|---|---|
| committer | Fred Pierresteguy | 1994-01-26 17:57:30 +0000 |
| commit | f795ed97e67ced9391ec39c5d42fecfb4e35d2e2 (patch) | |
| tree | 60a38f94f6f16451e154f6b652b5bf2823808988 /src | |
| parent | 78614721380456edb71ba1c6d4d4a161a1bd758d (diff) | |
| download | emacs-f795ed97e67ced9391ec39c5d42fecfb4e35d2e2.tar.gz emacs-f795ed97e67ced9391ec39c5d42fecfb4e35d2e2.zip | |
Wed Jan 26 12:23:12 1994 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
* xterm.h [USE_X_TOOLKIT]: Don't include Xaw/Box.h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xterm.h b/src/xterm.h index 7c7acbf16fe..d508eb431ba 100644 --- a/src/xterm.h +++ b/src/xterm.h | |||
| @@ -35,7 +35,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 35 | window inside a widget instead of one | 35 | window inside a widget instead of one |
| 36 | that Xt creates... */ | 36 | that Xt creates... */ |
| 37 | #include <X11/StringDefs.h> | 37 | #include <X11/StringDefs.h> |
| 38 | #include <X11/Xaw/Box.h> | ||
| 39 | #endif | 38 | #endif |
| 40 | 39 | ||
| 41 | /* Define a queue for X-events. One such queue is used for mouse clicks. | 40 | /* Define a queue for X-events. One such queue is used for mouse clicks. |