summaryrefslogtreecommitdiff
path: root/src/nm-dbus-manager.h
diff options
context:
space:
mode:
authorKjartan Maraas <kmaraas@gnome.org>2011-03-14 01:00:56 -0500
committerDan Williams <dcbw@redhat.com>2011-03-14 01:01:22 -0500
commit6d0d302916f8a83790a1a25a275ed5da08b2f124 (patch)
tree4440a6de71c707f10396485a02e6e77a9c1ab7c8 /src/nm-dbus-manager.h
parent79bc2e3b34c60e3b0c5c58254bd6685fe2e4ac9b (diff)
build: do the right thing with config.h (bgo #644664)
1) it shouldn't be included in headers 2) it should be the first thing included in source files 3) it's needed for getting translation right
Diffstat (limited to 'src/nm-dbus-manager.h')
-rw-r--r--src/nm-dbus-manager.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nm-dbus-manager.h b/src/nm-dbus-manager.h
index 3c4d283d90..83ffa9667e 100644
--- a/src/nm-dbus-manager.h
+++ b/src/nm-dbus-manager.h
@@ -22,7 +22,6 @@
#ifndef __NM_DBUS_MANAGER_H__
#define __NM_DBUS_MANAGER_H__
-#include "config.h"
#include <glib-object.h>
#include <dbus/dbus.h>
#include <dbus/dbus-glib.h>