miext: drop unncessary include of dix-config.h from headers

This header needs to be included at the top of source files,
should not be done from other headers.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2026-02-10 16:15:40 +01:00
committed by Enrico Weigelt
parent 9633c44154
commit af7a21579e
9 changed files with 0 additions and 45 deletions

View File

@@ -19,14 +19,9 @@
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
* PERFORMANCE OF THIS SOFTWARE.
*/
#ifndef _DAMAGE_H_
#define _DAMAGE_H_
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
typedef struct _damage *DamagePtr;
typedef enum _damageReportLevel {

View File

@@ -19,14 +19,9 @@
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
* PERFORMANCE OF THIS SOFTWARE.
*/
#ifndef _DAMAGESTR_H_
#define _DAMAGESTR_H_
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#include "damage.h"
#include "gcstruct.h"
#include "privates.h"

View File

@@ -27,14 +27,9 @@
* holders shall not be used in advertising or otherwise to promote the sale,
* use or other dealings in this Software without prior written authorization.
*/
#ifndef _ROOTLESS_H
#define _ROOTLESS_H
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#include "rootlessConfig.h"
#include "mi.h"
#include "gcstruct.h"

View File

@@ -27,14 +27,9 @@
* holders shall not be used in advertising or otherwise to promote the sale,
* use or other dealings in this Software without prior written authorization.
*/
#ifndef _ROOTLESSCOMMON_H
#define _ROOTLESSCOMMON_H
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#include <stdint.h>
#include "misc.h"

View File

@@ -26,14 +26,9 @@
* holders shall not be used in advertising or otherwise to promote the sale,
* use or other dealings in this Software without prior written authorization.
*/
#ifndef _ROOTLESSCONFIG_H
#define _ROOTLESSCONFIG_H
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
/*# define ROOTLESSDEBUG*/
#define ROOTLESS_PROTECT_ALPHA TRUE

View File

@@ -26,14 +26,9 @@
* holders shall not be used in advertising or otherwise to promote the sale,
* use or other dealings in this Software without prior written authorization.
*/
#ifndef _ROOTLESSWINDOW_H
#define _ROOTLESSWINDOW_H
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#include "dix/screen_hooks_priv.h"
#include "rootlessCommon.h"

View File

@@ -25,11 +25,6 @@
* Thanks to Daniel Chemko <dchemko@intrinsyc.com> for making the 90 and 180
* orientations work.
*/
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#include <stdlib.h>
#include <X11/X.h>

View File

@@ -20,14 +20,9 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*/
#ifndef _MISYNC_H_
#define _MISYNC_H_
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
typedef struct _SyncObject SyncObject;
typedef struct _SyncFence SyncFence;
typedef struct _SyncTrigger SyncTrigger;

View File

@@ -20,14 +20,9 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*/
#ifndef _MISYNCSTR_H_
#define _MISYNCSTR_H_
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#include <stdint.h>
#include "dix.h"
#include "misync.h"