mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-28 12:10:06 +00:00
include: move include guards up to wrap the whole file
See: https://gcc.gnu.org/onlinedocs/cppinternals/Guard-Macros.html Signed-off-by: Mike Gelfand <mikedld@mikedld.com>
This commit is contained in:
committed by
Enrico Weigelt
parent
84a2fc014d
commit
e47ef3c2bf
@@ -1,10 +1,10 @@
|
||||
#ifndef _DISMODEPROC_H_
|
||||
#define _DISMODEPROC_H_
|
||||
|
||||
#ifdef HAVE_DIX_CONFIG_H
|
||||
#include <dix-config.h>
|
||||
#endif
|
||||
|
||||
#ifndef _DISMODEPROC_H_
|
||||
#define _DISMODEPROC_H_
|
||||
|
||||
#include "scrnintstr.h"
|
||||
|
||||
#define MAXCLOCKS 128
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
#ifndef _VIDMODEPROC_H_
|
||||
#define _VIDMODEPROC_H_
|
||||
|
||||
#ifdef HAVE_DIX_CONFIG_H
|
||||
#include <dix-config.h>
|
||||
#endif
|
||||
|
||||
#ifndef _VIDMODEPROC_H_
|
||||
#define _VIDMODEPROC_H_
|
||||
|
||||
#include "displaymode.h"
|
||||
|
||||
typedef enum {
|
||||
|
||||
Reference in New Issue
Block a user