diff options
Diffstat (limited to 'xorg-server/include/globals.h')
-rw-r--r-- | xorg-server/include/globals.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xorg-server/include/globals.h b/xorg-server/include/globals.h index a637260cd..e9c5fcbde 100644 --- a/xorg-server/include/globals.h +++ b/xorg-server/include/globals.h @@ -2,7 +2,7 @@ #ifndef _XSERV_GLOBAL_H_ #define _XSERV_GLOBAL_H_ -#include "window.h" /* for WindowPtr */ +#include "window.h" /* for WindowPtr */ /* Global X server variables that are visible to mi, dix, os, and ddx */ @@ -120,4 +120,4 @@ extern _X_EXPORT Bool noXvExtension; extern _X_EXPORT Bool noDRI2Extension; #endif -#endif /* !_XSERV_GLOBAL_H_ */ +#endif /* !_XSERV_GLOBAL_H_ */ |