diff options
author | Michael Terry <michael.terry@canonical.com> | 2014-02-04 17:55:32 -0500 |
---|---|---|
committer | Michael Terry <michael.terry@canonical.com> | 2014-02-04 17:55:32 -0500 |
commit | 5ba3bc15922902272de7009e02650d39a40da834 (patch) | |
tree | df40f0c89c23902abefe7a83b3a3188489c12b58 /liblightdm-gobject/user.c | |
parent | d5bf5930e9c60fb08c04904fe5befc7ca1a36aa9 (diff) | |
download | lightdm-5ba3bc15922902272de7009e02650d39a40da834.tar.gz |
And convert accounts.c to use new sharable CommonUser class too
Diffstat (limited to 'liblightdm-gobject/user.c')
-rw-r--r-- | liblightdm-gobject/user.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/liblightdm-gobject/user.c b/liblightdm-gobject/user.c index 664cfa64..4fb5f044 100644 --- a/liblightdm-gobject/user.c +++ b/liblightdm-gobject/user.c @@ -13,7 +13,7 @@ #include <config.h> -#include "common/user-list.h" +#include "user-list.h" #include "lightdm/user.h" enum |