summaryrefslogtreecommitdiff
path: root/libnm/nm-secret-agent.h
diff options
context:
space:
mode:
Diffstat (limited to 'libnm/nm-secret-agent.h')
-rw-r--r--libnm/nm-secret-agent.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/libnm/nm-secret-agent.h b/libnm/nm-secret-agent.h
index 90fcc7d7e1..6b88699005 100644
--- a/libnm/nm-secret-agent.h
+++ b/libnm/nm-secret-agent.h
@@ -25,8 +25,7 @@
#error "Only <NetworkManager.h> can be included directly."
#endif
-#include <gio/gio.h>
-#include <nm-connection.h>
+#include <nm-types.h>
G_BEGIN_DECLS
@@ -72,9 +71,9 @@ typedef enum {
#define NM_SECRET_AGENT_REGISTERED "registered"
#define NM_SECRET_AGENT_CAPABILITIES "capabilities"
-typedef struct {
+struct _NMSecretAgent {
GObject parent;
-} NMSecretAgent;
+};
/**
* NMSecretAgentGetSecretsFunc: