diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfaces.c | 2 |
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: |