summaryrefslogtreecommitdiff
path: root/hw/vfb
diff options
context:
space:
mode:
authorDaniel Martin <consume.noise@gmail.com>2012-09-06 00:38:24 +0200
committerKeith Packard <keithp@keithp.com>2012-09-23 10:31:27 -0700
commit76d8739b1f4ed07b874ae56a492d1e0aa0fd9b04 (patch)
tree7327addcaaf3c1b0574694291062e37570cb5c7b /hw/vfb
parent056fd15deaa85d3ed936df9a3b2e0cdcfa599da8 (diff)
dix: Remove #includes of mibstore.h
Remove more backing store leftovers. Reviewed-by: Aaron Plattner <aplattner@nvidia.com> Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'hw/vfb')
-rw-r--r--hw/vfb/InitInput.c1
-rw-r--r--hw/vfb/InitOutput.c1
2 files changed, 0 insertions, 2 deletions
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 <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 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"