user-accounts: Replace ifdefs with #pragma once

This commit is contained in:
Robert Ancell 2018-05-31 10:44:37 +12:00 committed by Ondrej Holy
parent 678beb6712
commit c461e436b7
15 changed files with 18 additions and 48 deletions

View file

@ -18,6 +18,8 @@
* Written by: Matthias Clasen <mclasen@redhat.com>
*/
#pragma once
#include <glib.h>
gint pw_min_length (void);