summaryrefslogtreecommitdiff
path: root/src/accounts.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/accounts.h
parent12fbe5762a12f90bafd60e98bda76dcf6f665a5e (diff)
downloadlightdm-git-3b8cdb346e78919215a5db4527ca558f833f2baf.tar.gz
Use C standard compliant names for header guards
Diffstat (limited to 'src/accounts.h')
-rw-r--r--src/accounts.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/accounts.h b/src/accounts.h
index 8bd52479..d282cbf2 100644
--- a/src/accounts.h
+++ b/src/accounts.h
@@ -10,8 +10,8 @@
* license.
*/
-#ifndef _USER_H_
-#define _USER_H_
+#ifndef USER_H_
+#define USER_H_
#include <glib-object.h>
#include <gio/gio.h>
@@ -64,4 +64,4 @@ void user_set_language (User *user, const gchar *language);
G_END_DECLS
-#endif /* _USER_H_ */
+#endif /* USER_H_ */