Stop using obsolete header file.

Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
Reviewed-by: Connor Behan <connor.behan@gmail.com>
This commit is contained in:
Thomas Klausner
2015-08-06 13:43:16 +02:00
parent c1b89865b6
commit a6fd697bbf
2 changed files with 2 additions and 2 deletions

View File

@@ -80,7 +80,7 @@
#include "valid_mode.h"
#define _XF86DGA_SERVER_
#include <X11/extensions/xf86dgastr.h>
#include <X11/extensions/xf86dgaproto.h>
#include "globals.h"

View File

@@ -50,7 +50,7 @@
/* #include "valid_mode.h" */
#define _XF86DGA_SERVER_
#include <X11/extensions/xf86dgastr.h>
#include <X11/extensions/xf86dgaproto.h>
#include "globals.h"
#ifdef HAVE_XEXTPROTO_71