client: Remove references to unneeded XSS header files

This commit is contained in:
Rom Walton 2014-08-25 13:10:08 -04:00
parent bfae1032e5
commit ffd0e55bf6
1 changed files with 0 additions and 11 deletions

View File

@ -153,17 +153,6 @@ mach_port_t gEventHandle = NULL;
#define _SC_PAGESIZE _SC_PAGE_SIZE
#endif
#if HAVE_DPMS
#include <X11/Xlib.h>
#include <X11/extensions/dpms.h>
#endif
#if HAVE_XSS
#include <X11/Xlib.h>
#include <X11/extensions/scrnsaver.h>
#endif
// The following is intended to be true both on Linux
// and Debian GNU/kFreeBSD (see trac #521)
//