mi: micmap.h: clean up include statements
* not using anything from colormapst.h * but several other includes have been missing (consumers had to include them separately before that file) Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
988252cfdd
commit
f0bf6919ca
11
mi/micmap.h
11
mi/micmap.h
|
@ -1,9 +1,14 @@
|
|||
|
||||
#include "colormapst.h"
|
||||
|
||||
#ifndef _MICMAP_H_
|
||||
#define _MICMAP_H_
|
||||
|
||||
#include <X11/X.h>
|
||||
#include <X11/Xdefs.h>
|
||||
#include <X11/Xfuncproto.h>
|
||||
|
||||
#include "colormap.h"
|
||||
#include "privates.h"
|
||||
#include "screenint.h"
|
||||
|
||||
#define GetInstalledmiColormap(s) \
|
||||
((ColormapPtr) dixLookupPrivate(&(s)->devPrivates, micmapScrPrivateKey))
|
||||
|
||||
|
|
Loading…
Reference in New Issue