(1829) xfixes: clean up including panoramix headers
* use their actual path instead of relying this to be in compiler's include path list. * no need to do it only conditionally, no #ifdef needed Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
7f01ae2263
commit
bb567fc76f
|
@ -24,6 +24,8 @@
|
|||
|
||||
#include "dix/dix_priv.h"
|
||||
#include "render/picturestr_priv.h"
|
||||
#include "Xext/panoramiX.h"
|
||||
#include "Xext/panoramiXsrv.h"
|
||||
|
||||
#include "xfixesint.h"
|
||||
#include "scrnintstr.h"
|
||||
|
@ -782,8 +784,6 @@ SProcXFixesExpandRegion(ClientPtr client)
|
|||
}
|
||||
|
||||
#ifdef XINERAMA
|
||||
#include "panoramiX.h"
|
||||
#include "panoramiXsrv.h"
|
||||
|
||||
int
|
||||
PanoramiXFixesSetGCClipRegion(ClientPtr client)
|
||||
|
|
Loading…
Reference in New Issue