xfree86: drop unused imports of colormapst.h

Drop a several includes of colormapst where we don't actually
need something from 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:20:49 +01:00
parent 752921d706
commit d1c547d2eb
6 changed files with 0 additions and 6 deletions

View File

@ -32,7 +32,6 @@
#include "xf86.h" #include "xf86.h"
#include "xf86_OSproc.h" #include "xf86_OSproc.h"
#include <X11/X.h> #include <X11/X.h>
#include "colormapst.h"
#include "scrnintstr.h" #include "scrnintstr.h"
#include "screenint.h" #include "screenint.h"
#include "gcstruct.h" #include "gcstruct.h"

View File

@ -30,7 +30,6 @@
#define _XF86CMAP_H #define _XF86CMAP_H
#include "xf86str.h" #include "xf86str.h"
#include "colormapst.h"
#define CMAP_PALETTED_TRUECOLOR 0x0000001 #define CMAP_PALETTED_TRUECOLOR 0x0000001
#define CMAP_RELOAD_ON_MODE_SWITCH 0x0000002 #define CMAP_RELOAD_ON_MODE_SWITCH 0x0000002

View File

@ -56,7 +56,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "dixstruct.h" #include "dixstruct.h"
#include "extnsionst.h" #include "extnsionst.h"
#include "extinit.h" #include "extinit.h"
#include "colormapst.h"
#include "cursorstr.h" #include "cursorstr.h"
#include "scrnintstr.h" #include "scrnintstr.h"
#include "windowstr.h" #include "windowstr.h"

View File

@ -49,7 +49,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "dixstruct.h" #include "dixstruct.h"
#include "extnsionst.h" #include "extnsionst.h"
#include "extinit.h" #include "extinit.h"
#include "colormapst.h"
#include "cursorstr.h" #include "cursorstr.h"
#include "scrnintstr.h" #include "scrnintstr.h"
#include "servermd.h" #include "servermd.h"

View File

@ -3,7 +3,6 @@
#define _FBDEVHW_H_ #define _FBDEVHW_H_
#include "xf86str.h" #include "xf86str.h"
#include "colormapst.h"
#define FBDEVHW_PACKED_PIXELS 0 /* Packed Pixels */ #define FBDEVHW_PACKED_PIXELS 0 /* Packed Pixels */
#define FBDEVHW_INTERLEAVED_PLANES 2 /* Interleaved planes */ #define FBDEVHW_INTERLEAVED_PLANES 2 /* Interleaved planes */

View File

@ -16,7 +16,6 @@
#include "misc.h" #include "misc.h"
#include "input.h" #include "input.h"
#include "scrnintstr.h" #include "scrnintstr.h"
#include "colormapst.h"
#include "xf86str.h" #include "xf86str.h"
#include "xf86Pci.h" #include "xf86Pci.h"