summaryrefslogtreecommitdiff
path: root/src/daemon/gsignond-identity.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/gsignond-identity.h')
-rw-r--r--src/daemon/gsignond-identity.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/daemon/gsignond-identity.h b/src/daemon/gsignond-identity.h
index b356d83..11b7654 100644
--- a/src/daemon/gsignond-identity.h
+++ b/src/daemon/gsignond-identity.h
@@ -30,7 +30,7 @@
#include <glib-object.h>
#include "gsignond-types.h"
-#include <gsignond/gsignond-identity-info.h>
+#include "common/gsignond-identity-info.h"
#include <gsignond/gsignond-access-control-manager.h>
G_BEGIN_DECLS
@@ -48,8 +48,7 @@ typedef enum {
GSIGNOND_IDENTITY_DATA_UPDATED = 0,
GSIGNOND_IDENTITY_REMOVED,
GSIGNOND_IDENTITY_SIGNED_OUT
-} IdentityChangeType;
-typedef IdentityChangeType GSignondIdentityChangeType;
+} GSignondIdentityChangeType;
struct _GSignondIdentity
{