xfree86: drivers: geode: drop guard on HAVE_XEXTPROTO_71

We always have xorg-proto >= 7.1

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-07-22 17:32:05 +02:00
committed by Enrico Weigelt
parent 4c208fee94
commit 8a36291c29

View File

@@ -58,13 +58,7 @@
#ifdef DPMSExtension
#include "globals.h"
#include "opaque.h"
#ifdef HAVE_XEXTPROTO_71
#include <X11/extensions/dpmsconst.h>
#else
#define DPMS_SERVER
#include <X11/extensions/dpms.h>
#endif
#endif /* DPMSExtension */
/* A few things all drivers should have */