aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-04-15 21:40:01 +0000
committerRichard M. Stallman1993-04-15 21:40:01 +0000
commit3dbae1e48ebcb86944b2a6d82f56b31143dc7099 (patch)
tree211eb6515a0fb302e226f893ecdd5d414fdd4371 /src
parent30c9c6d7502f2d0b481cd31da2bc05601a122787 (diff)
downloademacs-3dbae1e48ebcb86944b2a6d82f56b31143dc7099.tar.gz
emacs-3dbae1e48ebcb86944b2a6d82f56b31143dc7099.zip
Don't include Xmu/Drawing.h.
Diffstat (limited to 'src')
-rw-r--r--src/xfaces.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfaces.c b/src/xfaces.c
index 8f4454d962f..692116fc5cd 100644
--- a/src/xfaces.c
+++ b/src/xfaces.c
@@ -35,7 +35,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
35/* Display Context for the icons */ 35/* Display Context for the icons */
36#include <X11/Intrinsic.h> 36#include <X11/Intrinsic.h>
37#include <X11/StringDefs.h> 37#include <X11/StringDefs.h>
38#include <X11/Xmu/Drawing.h> 38/* #include <X11/Xmu/Drawing.h> */ /* Appears not to be used */
39#include <X11/Xos.h> 39#include <X11/Xos.h>
40 40
41/* We use face structures in two ways: 41/* We use face structures in two ways: