mirror of
https://github.com/X11Libre/xserver.git
synced 2026-01-26 05:57:53 +00:00
glamor: 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:
parent
f40bfb5ca9
commit
683573df26
@ -25,13 +25,13 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __GLAMOR_UTILS_H__
|
||||
#define __GLAMOR_UTILS_H__
|
||||
|
||||
#ifndef GLAMOR_PRIV_H
|
||||
#error This file can only be included by glamor_priv.h
|
||||
#endif
|
||||
|
||||
#ifndef __GLAMOR_UTILS_H__
|
||||
#define __GLAMOR_UTILS_H__
|
||||
|
||||
#include "os/bug_priv.h"
|
||||
|
||||
#include "glamor_prepare.h"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user