mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
render: miindex.c does not need header guard macros
Clears warning from clang 19.1.7:
render/miindex.c:27:9: warning: macro is not used [-Wunused-macros]
27 | #define _MIINDEX_H_
| ^
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1910>
This commit is contained in:
committed by
Marge Bot
parent
f988558348
commit
37b7ea8f8a
@@ -23,9 +23,6 @@
|
||||
|
||||
#include <dix-config.h>
|
||||
|
||||
#ifndef _MIINDEX_H_
|
||||
#define _MIINDEX_H_
|
||||
|
||||
#include "dix/colormap_priv.h"
|
||||
|
||||
#include "scrnintstr.h"
|
||||
@@ -328,5 +325,3 @@ miUpdateIndexed(ScreenPtr pScreen,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#endif /* _MIINDEX_H_ */
|
||||
|
||||
Reference in New Issue
Block a user