diff options
| author | Simon Rettberg | 2021-04-06 14:43:39 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2021-04-07 13:38:37 +0200 |
| commit | 38886de0c3e9ea5729ef23e4c653fa2822f52e8f (patch) | |
| tree | 9b799c8c968a92cc77746a95e0e8bdd90b6b13c3 /utils/xmu.h | |
| parent | Maybe not remove, but ... (diff) | |
| download | xscreensaver-28r1.tar.gz xscreensaver-28r1.tar.xz xscreensaver-28r1.zip | |
Diffstat (limited to 'utils/xmu.h')
| -rw-r--r-- | utils/xmu.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/utils/xmu.h b/utils/xmu.h index 48084f7..e4cf7e6 100644 --- a/utils/xmu.h +++ b/utils/xmu.h @@ -1,14 +1,8 @@ -/* This file contains compatibility routines for systems without Xmu. - * You would be better served by installing Xmu on your machine or - * yelling at your vendor to ship it. - */ +/* A relic of the past. */ #ifndef __XMU_H__ #define __XMU_H__ -#include <X11/Xlib.h> -#include <stdio.h> - int XmuPrintDefaultErrorMessage (Display *dpy, XErrorEvent *event, FILE *fp); #endif /* __XMU_H__ */ |
