diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-10-06 15:38:27 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-10-06 15:41:13 +1000 |
commit | 3cfcfc6246fb213bb0edf529b4f2b40907e5161c (patch) | |
tree | aa2d6f23222920870592c59ae6bc2aa85396b21b | |
parent | 0bd51760a0d92181faedbd52e7d7249c8179f95d (diff) |
Include Xxf86dga.h, not xf86dga.
f78f3ed3571ab0bd75753a7ab388120a383d894a removed xf86dga.h and instead
provided Xxf86dga.h. Let's use it!
Also, remove two superfluous includes, including it once per file is enough.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r-- | src/XF86DGA.c | 3 | ||||
-rw-r--r-- | src/XF86DGA2.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/src/XF86DGA.c b/src/XF86DGA.c index 4fedd12..a6e66a4 100644 --- a/src/XF86DGA.c +++ b/src/XF86DGA.c @@ -62,7 +62,7 @@ Copyright (c) 1995,1996 The XFree86 Project, Inc #define NEED_EVENTS #define NEED_REPLIES #include <X11/Xlibint.h> -#include <X11/extensions/xf86dga.h> +#include <X11/extensions/Xxf86dga.h> #include <X11/extensions/xf86dgaproto.h> #include <X11/extensions/Xext.h> #include <X11/extensions/extutil.h> @@ -342,7 +342,6 @@ Bool XF86DGAViewPortChanged( /* Helper functions */ #include <X11/Xmd.h> -#include <X11/extensions/xf86dga.h> #include <stdlib.h> #include <stdio.h> #include <fcntl.h> diff --git a/src/XF86DGA2.c b/src/XF86DGA2.c index 5eb5aad..8425faa 100644 --- a/src/XF86DGA2.c +++ b/src/XF86DGA2.c @@ -18,7 +18,7 @@ Copyright (c) 1995,1996 The XFree86 Project, Inc #define NEED_EVENTS #define NEED_REPLIES #include <X11/Xlibint.h> -#include <X11/extensions/xf86dga.h> +#include <X11/extensions/Xxf86dga.h> #include <X11/extensions/xf86dgaproto.h> #include <X11/extensions/Xext.h> #include <X11/extensions/extutil.h> @@ -710,7 +710,6 @@ void XDGAKeyEventToXKeyEvent( } #include <X11/Xmd.h> -#include <X11/extensions/xf86dga.h> #include <stdlib.h> #include <stdio.h> #include <fcntl.h> |