summaryrefslogtreecommitdiff
path: root/src/seat-xlocal.h
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2013-04-23 15:07:03 +1200
committerRobert Ancell <robert.ancell@canonical.com>2013-04-23 15:07:03 +1200
commit3b8cdb346e78919215a5db4527ca558f833f2baf (patch)
tree40be82a823ba55db53cb88185f2837977ed14520 /src/seat-xlocal.h
parent12fbe5762a12f90bafd60e98bda76dcf6f665a5e (diff)
downloadlightdm-3b8cdb346e78919215a5db4527ca558f833f2baf.tar.gz
Use C standard compliant names for header guards
Diffstat (limited to 'src/seat-xlocal.h')
-rw-r--r--src/seat-xlocal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/seat-xlocal.h b/src/seat-xlocal.h
index b584a958..41fdb74f 100644
--- a/src/seat-xlocal.h
+++ b/src/seat-xlocal.h
@@ -9,8 +9,8 @@
* license.
*/
-#ifndef _SEAT_XLOCAL_H_
-#define _SEAT_XLOCAL_H_
+#ifndef SEAT_XLOCAL_H_
+#define SEAT_XLOCAL_H_
#include <glib-object.h>
#include "seat.h"
@@ -37,4 +37,4 @@ GType seat_xlocal_get_type (void);
G_END_DECLS
-#endif /* _SEAT_XLOCAL_H_ */
+#endif /* SEAT_XLOCAL_H_ */