From 603e6dc006afffcfb01ecf30540aef5c5543547c Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Wed, 30 Mar 2016 16:59:12 +0200 Subject: [PATCH] exported-object: reorder includes --- src/nm-exported-object.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/nm-exported-object.c b/src/nm-exported-object.c index 741534804..10f7d23fa 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 #include -#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 {