mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 03:44:06 +00:00
composite: 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
6996fe65af
commit
fde67a4557
@@ -46,6 +46,7 @@
|
||||
#include "dix/colormap_priv.h"
|
||||
#include "dix/dix_priv.h"
|
||||
#include "dix/screen_hooks_priv.h"
|
||||
#include "include/extinit.h"
|
||||
#include "os/osdep.h"
|
||||
|
||||
#include "compint.h"
|
||||
|
||||
@@ -44,9 +44,9 @@
|
||||
#include <dix-config.h>
|
||||
#include <X11/Xmd.h>
|
||||
|
||||
#include "Xext/panoramiXsrv.h"
|
||||
|
||||
#include "dix/window_priv.h"
|
||||
#include "include/extinit.h"
|
||||
#include "Xext/panoramiXsrv.h"
|
||||
|
||||
#include "compint.h"
|
||||
#include "xace.h"
|
||||
|
||||
@@ -45,6 +45,7 @@
|
||||
|
||||
#include "dix/dix_priv.h"
|
||||
#include "dix/resource_priv.h"
|
||||
#include "include/extinit.h"
|
||||
#include "os/osdep.h"
|
||||
#include "Xext/panoramiXsrv.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user