mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
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:
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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user