summaryrefslogtreecommitdiff
path: root/libnm/nm-access-point.h
diff options
context:
space:
mode:
Diffstat (limited to 'libnm/nm-access-point.h')
-rw-r--r--libnm/nm-access-point.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/libnm/nm-access-point.h b/libnm/nm-access-point.h
index 1062388d09..53935e5fa9 100644
--- a/libnm/nm-access-point.h
+++ b/libnm/nm-access-point.h
@@ -26,11 +26,7 @@
#error "Only <NetworkManager.h> can be included directly."
#endif
-#include <glib.h>
-#include <glib-object.h>
-#include <nm-dbus-interface.h>
-#include <nm-connection.h>
-#include "nm-object.h"
+#include <nm-object.h>
G_BEGIN_DECLS
@@ -55,9 +51,9 @@ G_BEGIN_DECLS
#define NM_ACCESS_POINT_HW_ADDRESS "hw-address"
-typedef struct {
+struct _NMAccessPoint {
NMObject parent;
-} NMAccessPoint;
+};
typedef struct {
NMObjectClass parent;