From 76d8739b1f4ed07b874ae56a492d1e0aa0fd9b04 Mon Sep 17 00:00:00 2001 From: Daniel Martin Date: Thu, 6 Sep 2012 00:38:24 +0200 Subject: [PATCH] dix: Remove #includes of mibstore.h Remove more backing store leftovers. Reviewed-by: Aaron Plattner Reviewed-by: Adam Jackson Signed-off-by: Keith Packard --- exa/exa_priv.h | 1 - fb/fb.h | 1 - hw/kdrive/src/kdrive.h | 1 - hw/vfb/InitInput.c | 1 - hw/vfb/InitOutput.c | 1 - hw/xfree86/sdksyms.sh | 1 - hw/xnest/Screen.c | 1 - hw/xnest/Visual.c | 1 - hw/xquartz/darwin.c | 1 - hw/xwin/win.h | 1 - 10 files changed, 10 deletions(-) diff --git a/exa/exa_priv.h b/exa/exa_priv.h index ea7e7faff..70075786a 100644 --- a/exa/exa_priv.h +++ b/exa/exa_priv.h @@ -41,7 +41,6 @@ #include "pixmapstr.h" #include "windowstr.h" #include "servermd.h" -#include "mibstore.h" #include "colormapst.h" #include "gcstruct.h" #include "input.h" diff --git a/fb/fb.h b/fb/fb.h index 40a7e38db..75596c58e 100644 --- a/fb/fb.h +++ b/fb/fb.h @@ -39,7 +39,6 @@ #include "privates.h" #include "mi.h" #include "migc.h" -#include "mibstore.h" #include "picturestr.h" #ifdef FB_ACCESS_WRAPPER diff --git a/hw/kdrive/src/kdrive.h b/hw/kdrive/src/kdrive.h index b37041f9b..4829e1a1b 100644 --- a/hw/kdrive/src/kdrive.h +++ b/hw/kdrive/src/kdrive.h @@ -32,7 +32,6 @@ #include "pixmapstr.h" #include "windowstr.h" #include "servermd.h" -#include "mibstore.h" #include "colormapst.h" #include "gcstruct.h" #include "input.h" diff --git a/hw/vfb/InitInput.c b/hw/vfb/InitInput.c index 9d0fd9866..52cde72f0 100644 --- a/hw/vfb/InitInput.c +++ b/hw/vfb/InitInput.c @@ -36,7 +36,6 @@ from The Open Group. #include "scrnintstr.h" #include "inputstr.h" #include -#include "mibstore.h" #include "mipointer.h" #include "xkbsrv.h" #include diff --git a/hw/vfb/InitOutput.c b/hw/vfb/InitOutput.c index 955624f3d..07ea8ea93 100644 --- a/hw/vfb/InitOutput.c +++ b/hw/vfb/InitOutput.c @@ -41,7 +41,6 @@ from The Open Group. #include "servermd.h" #define PSZ 8 #include "fb.h" -#include "mibstore.h" #include "colormapst.h" #include "gcstruct.h" #include "input.h" diff --git a/hw/xfree86/sdksyms.sh b/hw/xfree86/sdksyms.sh index 07372ad1c..fa1989379 100755 --- a/hw/xfree86/sdksyms.sh +++ b/hw/xfree86/sdksyms.sh @@ -207,7 +207,6 @@ cat > sdksyms.c << EOF #include "miline.h" #include "mipointer.h" #include "mi.h" -#include "mibstore.h" #include "migc.h" #include "mipointrst.h" #include "mizerarc.h" diff --git a/hw/xnest/Screen.c b/hw/xnest/Screen.c index 7b3c1b361..58b5a1199 100644 --- a/hw/xnest/Screen.c +++ b/hw/xnest/Screen.c @@ -21,7 +21,6 @@ is" without express or implied warranty. #include "scrnintstr.h" #include "dix.h" #include "mi.h" -#include "mibstore.h" #include "micmap.h" #include "colormapst.h" #include "resource.h" diff --git a/hw/xnest/Visual.c b/hw/xnest/Visual.c index 63198ba4f..11673c44a 100644 --- a/hw/xnest/Visual.c +++ b/hw/xnest/Visual.c @@ -21,7 +21,6 @@ is" without express or implied warranty. #include "scrnintstr.h" #include "dix.h" #include "mi.h" -#include "mibstore.h" #include "Xnest.h" #include "Display.h" diff --git a/hw/xquartz/darwin.c b/hw/xquartz/darwin.c index d26f18a12..bf511801d 100644 --- a/hw/xquartz/darwin.c +++ b/hw/xquartz/darwin.c @@ -38,7 +38,6 @@ #include "servermd.h" #include "inputstr.h" #include "scrnintstr.h" -#include "mibstore.h" // mi backing store implementation #include "mipointer.h" // mi software cursor #include "micmap.h" // mi colormap code #include "fb.h" // fb framebuffer code diff --git a/hw/xwin/win.h b/hw/xwin/win.h index 89e2a38c9..08d0d3f92 100644 --- a/hw/xwin/win.h +++ b/hw/xwin/win.h @@ -169,7 +169,6 @@ #include "micmap.h" #include "mifillarc.h" #include "mifpoly.h" -#include "mibstore.h" #include "input.h" #include "mipointer.h" #include "X11/keysym.h"