mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
dix: inpututils_priv.h: drop HAVE_DIX_CONFIG_H check
It's 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:
@@ -21,14 +21,11 @@
|
||||
* DEALINGS IN THE SOFTWARE.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifdef HAVE_DIX_CONFIG_H
|
||||
#include "dix-config.h"
|
||||
#endif
|
||||
|
||||
#ifndef INPUTUTILS_H
|
||||
#define INPUTUTILS_H
|
||||
|
||||
#include "dix-config.h"
|
||||
|
||||
#include "input.h"
|
||||
#include "eventstr.h"
|
||||
#include <X11/extensions/XI2proto.h>
|
||||
|
||||
Reference in New Issue
Block a user