summaryrefslogtreecommitdiff
path: root/src/nm-config.h
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-06-01 12:11:44 +0200
committerThomas Haller <thaller@redhat.com>2016-06-01 19:06:35 +0200
commit2c411e907070f617a1694613889da7ca8de11d3a (patch)
tree3726dab794f51b85033fb084d092fc331b632af4 /src/nm-config.h
parent02034cead391e36deda66ee749cddad281ca96bd (diff)
downloadNetworkManager-2c411e907070f617a1694613889da7ca8de11d3a.tar.gz
config: cleanup includes
Diffstat (limited to 'src/nm-config.h')
-rw-r--r--src/nm-config.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/nm-config.h b/src/nm-config.h
index dd08831bcb..d7c38583b6 100644
--- a/src/nm-config.h
+++ b/src/nm-config.h
@@ -22,12 +22,8 @@
#ifndef __NETWORKMANAGER_CONFIG_H__
#define __NETWORKMANAGER_CONFIG_H__
-
-#include "nm-default.h"
#include "nm-config-data.h"
-G_BEGIN_DECLS
-
#define NM_TYPE_CONFIG (nm_config_get_type ())
#define NM_CONFIG(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), NM_TYPE_CONFIG, NMConfig))
#define NM_CONFIG_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), NM_TYPE_CONFIG, NMConfigClass))
@@ -186,7 +182,5 @@ gboolean nm_config_set_global_dns (NMConfig *self, NMGlobalDnsConfig *global_dns
extern guint _nm_config_match_nm_version;
extern char *_nm_config_match_env;
-G_END_DECLS
-
#endif /* __NETWORKMANAGER_CONFIG_H__ */