diff options
Diffstat (limited to 'include/nm-gvaluearray-compat.h')
| -rw-r--r-- | include/nm-gvaluearray-compat.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/include/nm-gvaluearray-compat.h b/include/nm-gvaluearray-compat.h index e26ce371..f0b4a6cd 100644 --- a/include/nm-gvaluearray-compat.h +++ b/include/nm-gvaluearray-compat.h @@ -1,6 +1,5 @@ /* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */ -/* NetworkManager -- Network link manager - * +/* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or @@ -18,11 +17,13 @@ * Copyright 2013 Red Hat, Inc. */ -#ifndef NM_GVALUEARRAY_COMPAT_H -#define NM_GVALUEARRAY_COMPAT_H +#ifndef __NM_GVALUEARRAY_COMPAT_H__ +#define __NM_GVALUEARRAY_COMPAT_H__ #include <glib.h> +#include "nm-glib-compat.h" + #define g_value_array_get_type() \ G_GNUC_EXTENSION ({ \ G_GNUC_BEGIN_IGNORE_DEPRECATIONS \ @@ -104,4 +105,4 @@ __g_value_array_free (GValueArray *value_array) G_GNUC_END_IGNORE_DEPRECATIONS \ }) -#endif /* NM_GVALUEARRAY_COMPAT_H */ +#endif /* __NM_GVALUEARRAY_COMPAT_H__ */ |