diff options
| author | Michael Biebl <biebl@debian.org> | 2016-08-26 02:19:30 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2016-08-26 02:19:30 +0200 |
| commit | 229bfa11c4d56b4c1017c81c7dbafbedd15e3153 (patch) | |
| tree | edfc7357b6494a5c0cb016bb88d61b623daa9876 /src/nm-multi-index.h | |
| parent | 6318db9c78b4fe207dfe700cfac11a675fc63dc9 (diff) | |
| parent | 7514efc2f38c9ace4557d4e69d68e7d380389030 (diff) | |
Merge tag 'upstream/1.4.0'
Upstream version 1.4.0
Diffstat (limited to 'src/nm-multi-index.h')
| -rw-r--r-- | src/nm-multi-index.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/nm-multi-index.h b/src/nm-multi-index.h index 1e1e8fda..fb102574 100644 --- a/src/nm-multi-index.h +++ b/src/nm-multi-index.h @@ -21,11 +21,6 @@ #ifndef __NM_MULTI_INDEX__ #define __NM_MULTI_INDEX__ -#include "nm-default.h" - -G_BEGIN_DECLS - - typedef struct { char _dummy; } NMMultiIndexId; @@ -106,7 +101,5 @@ void nm_multi_index_id_iter_init (NMMultiIndexIdIter *iter, gboolean nm_multi_index_id_iter_next (NMMultiIndexIdIter *iter, void **out_value); -G_END_DECLS - #endif /* __NM_MULTI_INDEX__ */ |