[PATCH 2/5] dix: Remove #includes of mibstore.h
Daniel Martin
consume.noise at gmail.com
Sat Aug 25 16:43:46 PDT 2012
Remove more backing store leftovers.
---
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 ea7e7fa..7007578 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 40a7e38..75596c5 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 b37041f..4829e1a 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 9d0fd98..52cde72 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 <X11/Xos.h>
-#include "mibstore.h"
#include "mipointer.h"
#include "xkbsrv.h"
#include <X11/keysym.h>
diff --git a/hw/vfb/InitOutput.c b/hw/vfb/InitOutput.c
index 955624f..07ea8ea 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 07372ad..fa19893 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 7b3c1b3..58b5a11 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 63198ba..11673c4 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 d26f18a..bf51180 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 89e2a38..08d0d3f 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"
--
1.7.12
More information about the xorg-devel
mailing list