diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-01-15 18:11:25 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-01-15 18:11:25 -0800 |
commit | b6343fa846eeadb6736f383577b91dbb46d46971 (patch) | |
tree | 730654049950a31523ba3f373d55938673314963 | |
parent | e92294748383b0eaca6cb7f3883cf909077963a1 (diff) |
Delete duplicated #include statements
-rw-r--r-- | xset.c | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -94,16 +94,6 @@ in this Software without prior written authorization from The Open Group. # endif #endif /* DPMSExtension */ -#include <X11/Xos.h> -#include <X11/Xfuncs.h> -#include <X11/Xlib.h> -#include <X11/keysym.h> -#include <X11/Xproto.h> -#include <X11/Xutil.h> -#include <X11/Xmu/Error.h> -#ifdef MITMISC -# include <X11/extensions/MITMisc.h> -#endif #ifdef XF86MISC # include <X11/extensions/xf86misc.h> # include <X11/extensions/xf86mscstr.h> |