mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
xfree86: fix missing includes of extinit.h
Don't rely on this file just being included indirectly by somebody else just by accident. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
19921fd401
commit
a41273572f
@@ -52,6 +52,7 @@
|
||||
|
||||
#include "dix/resource_priv.h"
|
||||
#include "dix/screensaver_priv.h"
|
||||
#include "include/extinit.h"
|
||||
#include "os/log_priv.h"
|
||||
#include "os/osdep.h"
|
||||
#include "xkb/xkbsrv_priv.h"
|
||||
|
||||
@@ -52,6 +52,7 @@
|
||||
#include "dix/exevents_priv.h"
|
||||
#include "dix/request_priv.h"
|
||||
#include "dix/screen_hooks_priv.h"
|
||||
#include "include/extinit.h"
|
||||
#include "mi/mi_priv.h"
|
||||
|
||||
#include "xf86.h"
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
|
||||
#include "dix/dix_priv.h"
|
||||
#include "dix/input_priv.h"
|
||||
#include "include/extinit.h"
|
||||
#include "mi/mi_priv.h"
|
||||
#include "os/log_priv.h"
|
||||
#include "os/osdep.h"
|
||||
|
||||
@@ -86,6 +86,7 @@
|
||||
|
||||
#include <X11/X.h>
|
||||
|
||||
#include "include/extinit.h"
|
||||
#include "os/log_priv.h"
|
||||
|
||||
#include "xf86Modes.h"
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
|
||||
#include "dix/input_priv.h"
|
||||
#include "dix/screen_hooks_priv.h"
|
||||
#include "include/extinit.h"
|
||||
|
||||
#include "os.h"
|
||||
#include "globals.h"
|
||||
|
||||
@@ -38,6 +38,7 @@
|
||||
#include <X11/extensions/Xvproto.h>
|
||||
|
||||
#include "dix/screen_hooks_priv.h"
|
||||
#include "include/extinit.h"
|
||||
#include "Xext/xvdix_priv.h"
|
||||
|
||||
#include "misc.h"
|
||||
|
||||
@@ -38,6 +38,7 @@
|
||||
#include <X11/Xproto.h>
|
||||
|
||||
#include "dix/screen_hooks_priv.h"
|
||||
#include "include/extinit.h"
|
||||
|
||||
#include "scrnintstr.h"
|
||||
#include "resource.h"
|
||||
|
||||
@@ -50,6 +50,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
#include "dix/dix_priv.h"
|
||||
#include "dix/screen_hooks_priv.h"
|
||||
#include "dix/screenint_priv.h"
|
||||
#include "include/extinit.h"
|
||||
|
||||
#include "xf86.h"
|
||||
#include "xf86drm.h"
|
||||
|
||||
@@ -41,6 +41,7 @@
|
||||
|
||||
#include "dix/dix_priv.h"
|
||||
#include "dix/request_priv.h"
|
||||
#include "include/extinit.h"
|
||||
|
||||
#include "dixstruct.h"
|
||||
#include "scrnintstr.h"
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
#include "dix/dix_priv.h"
|
||||
#include "dix/input_priv.h"
|
||||
#include "dix/screenint_priv.h"
|
||||
#include "include/extinit.h"
|
||||
|
||||
#include "xf86.h"
|
||||
#include "os.h"
|
||||
|
||||
Reference in New Issue
Block a user