dbe: 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
dc9bf8eebb
commit
8ba1c586a2
|
@ -29,13 +29,13 @@
|
||||||
*
|
*
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
|
#ifndef MIDBE_H
|
||||||
|
#define MIDBE_H
|
||||||
|
|
||||||
#ifdef HAVE_DIX_CONFIG_H
|
#ifdef HAVE_DIX_CONFIG_H
|
||||||
#include <dix-config.h>
|
#include <dix-config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef MIDBE_H
|
|
||||||
#define MIDBE_H
|
|
||||||
|
|
||||||
#include "dix/screen_hooks_priv.h"
|
#include "dix/screen_hooks_priv.h"
|
||||||
#include "include/privates.h"
|
#include "include/privates.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue