drop unncessary including of servermd.h

Don't need anything from that header, so no need to include it.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-11-06 15:04:32 +01:00
committed by Enrico Weigelt
parent 3b4a11c79c
commit 4064c1a1c7
2 changed files with 0 additions and 3 deletions

View File

@@ -36,8 +36,6 @@ in this Software without prior written authorization from the XFree86 Project.
/* fb includes are in s3v.h */
#include "xaarop.h"
#include "servermd.h" /* LOG2_BYTES_PER_SCANLINE_PAD */
static void S3VNopAllCmdSets(ScrnInfoPtr pScrn);
Bool

View File

@@ -62,7 +62,6 @@ in this Software without prior written authorization from the XFree86 Project.
#include "xf86_OSproc.h"
#include "xf86Pci.h"
#include "shadowfb.h"
#include "servermd.h"
#include "s3v.h"