From c2de0d98ba39e0a1a970d066fd19be786092f376 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 1 Mar 2016 16:55:22 +0100 Subject: Imported Upstream version 1.1.91 --- libnm/nm-object.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libnm/nm-object.c') diff --git a/libnm/nm-object.c b/libnm/nm-object.c index 143931f1..b35f6822 100644 --- a/libnm/nm-object.c +++ b/libnm/nm-object.c @@ -19,21 +19,21 @@ * Copyright 2007 - 2012 Red Hat, Inc. */ -#include "config.h" +#include "nm-default.h" + +#include "nm-object.h" #include #include #include -#include -#include "nm-default.h" + +#include "nm-utils.h" #include "nm-dbus-interface.h" -#include "nm-object.h" #include "nm-object-cache.h" #include "nm-object-private.h" #include "nm-dbus-helpers.h" #include "nm-client.h" #include "nm-core-internal.h" -#include "nm-macros-internal.h" static gboolean debug = FALSE; #define dbgmsg(f,...) if (G_UNLIKELY (debug)) { g_message (f, ## __VA_ARGS__ ); } -- cgit 1.3.0-6-gf8a5