mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
mi: mivalidate.h: drop unnecessary check for HAVE_DIX_CONFIG_H
The symbol is always defined, so no need to check for it. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
@@ -25,14 +25,11 @@ other dealings in this Software without prior written authorization
|
||||
from The Open Group.
|
||||
|
||||
*/
|
||||
|
||||
#ifdef HAVE_DIX_CONFIG_H
|
||||
#include <dix-config.h>
|
||||
#endif
|
||||
|
||||
#ifndef MIVALIDATE_H
|
||||
#define MIVALIDATE_H
|
||||
|
||||
#include <dix-config.h>
|
||||
|
||||
#include "regionstr.h"
|
||||
|
||||
typedef union _Validate {
|
||||
|
||||
Reference in New Issue
Block a user