From 3355d12f832909b05e8b022fad784c9f7af7341f Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Wed, 20 Apr 2005 12:25:22 +0000 Subject: Fix includes right throughout the Xserver tree: change "foo.h" to for core headers, e.g. X.h, Xpoll.h; change "foo.h", "extensions/foo.h" and "X11/foo.h" to for extension headers, e.g. Xv.h; change "foo.[ch]" to for Xtrans files. --- src/radeon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/radeon.h') diff --git a/src/radeon.h b/src/radeon.h index 2098a79f..a99e7cd4 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -73,7 +73,7 @@ #define NEED_REPLIES /* ? */ #define EXTENSION_PROC_ARGS void * #include "extnsionst.h" /* required */ -#include "panoramiXproto.h" /* required */ +#include /* required */ #define RADEON_XINERAMA_MAJOR_VERSION 1 #define RADEON_XINERAMA_MINOR_VERSION 1 -- cgit v1.2.3