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:
Enrico Weigelt, metux IT consult 2025-02-26 15:25:03 +01:00
parent 988252cfdd
commit f0bf6919ca

View File

@ -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))