xnest: drop not needed include of colormapst.h
We don't need anything from this file here, so no need to include it. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
d1c547d2eb
commit
d37b385bd5
|
@ -23,7 +23,6 @@ is" without express or implied warranty.
|
||||||
#include "scrnintstr.h"
|
#include "scrnintstr.h"
|
||||||
#include "dix.h"
|
#include "dix.h"
|
||||||
#include "micmap.h"
|
#include "micmap.h"
|
||||||
#include "colormapst.h"
|
|
||||||
#include "resource.h"
|
#include "resource.h"
|
||||||
|
|
||||||
#include "Xnest.h"
|
#include "Xnest.h"
|
||||||
|
|
|
@ -23,7 +23,6 @@ is" without express or implied warranty.
|
||||||
#include "window.h"
|
#include "window.h"
|
||||||
#include "windowstr.h"
|
#include "windowstr.h"
|
||||||
#include "pixmapstr.h"
|
#include "pixmapstr.h"
|
||||||
#include "colormapst.h"
|
|
||||||
#include "scrnintstr.h"
|
#include "scrnintstr.h"
|
||||||
#include "region.h"
|
#include "region.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue