modesetting: xserver already checks XEXTPROTO >= 7.2.99.901.

Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Eric Anholt 2014-08-26 11:24:31 -07:00
parent c7e8d4a6ee
commit a10ea01475

View File

@ -45,13 +45,7 @@
#include <cursorstr.h>
/* DPMS */
#ifdef HAVE_XEXTPROTO_71
#include <X11/extensions/dpmsconst.h>
#else
#define DPMS_SERVER
#include <X11/extensions/dpms.h>
#endif
#include "compat-api.h"
#include "driver.h"