diff --git a/fb/fboverlay.c b/fb/fboverlay.c index 7ea8e660b..5ead17315 100644 --- a/fb/fboverlay.c +++ b/fb/fboverlay.c @@ -26,8 +26,6 @@ #include -#include "mi/mi_priv.h" - #include "fb.h" #include "fboverlay.h" #include "shmint.h" diff --git a/hw/xnest/Window.c b/hw/xnest/Window.c index d8a203a03..d7ad0097d 100644 --- a/hw/xnest/Window.c +++ b/hw/xnest/Window.c @@ -17,8 +17,6 @@ is" without express or implied warranty. #include #include -#include "mi/mi_priv.h" - #include "gcstruct.h" #include "window.h" #include "windowstr.h" diff --git a/mi/mi.h b/mi/mi.h index 35c979fd6..f2c925fe8 100644 --- a/mi/mi.h +++ b/mi/mi.h @@ -127,7 +127,6 @@ extern _X_EXPORT RegionPtr miHandleExposures(DrawablePtr /*pSrcDrawable */ , int /*dsty */ ); - extern _X_EXPORT void miWindowExposures(WindowPtr /*pWin */ , RegionPtr /*prgn */);