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/r128_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/r128_common.h') diff --git a/src/r128_common.h b/src/r128_common.h index 506f97c6..0bce7686 100644 --- a/src/r128_common.h +++ b/src/r128_common.h @@ -38,7 +38,7 @@ #ifndef _R128_COMMON_H_ #define _R128_COMMON_H_ -#include "X11/Xmd.h" +#include /* * WARNING: If you change any of these defines, make sure to change -- cgit v1.2.3