summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-03-30 16:59:12 +0200
committerThomas Haller <thaller@redhat.com>2016-03-31 16:47:13 +0200
commite3413555e9e3df45c90ed724deb6f75a8b6ff53a (patch)
tree0c09f9e4eda06f103c8a7f374629300515e0c0ab
parent18107c5995ceb86df6057f43d70b127f9399db20 (diff)
downloadNetworkManager-th/exported-object-rework-interfaces.tar.gz
exported-object: reorder includesth/exported-object-rework-interfaces
-rw-r--r--src/nm-exported-object.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/nm-exported-object.c b/src/nm-exported-object.c
index 7415348042..10f7d23fad 100644
--- a/src/nm-exported-object.c
+++ b/src/nm-exported-object.c
@@ -15,24 +15,24 @@
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
- * Copyright 2014-2015 Red Hat, Inc.
+ * Copyright 2014-2016 Red Hat, Inc.
*/
#include "nm-default.h"
+#include "nm-exported-object.h"
+
#include <stdarg.h>
#include <string.h>
-#include "nm-exported-object.h"
#include "nm-bus-manager.h"
-static gboolean quitting = FALSE;
-
-
#if NM_MORE_ASSERTS >= 2
#define _ASSERT_NO_EARLY_EXPORT
#endif
+static gboolean quitting = FALSE;
+
G_DEFINE_ABSTRACT_TYPE (NMExportedObject, nm_exported_object, G_TYPE_DBUS_OBJECT_SKELETON);
typedef struct {