mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 14:42:10 +01:00
Add missign single include guards
Reported in bug 609530. patch by Christian Dywan.
This commit is contained in:
parent
dd7bd61c53
commit
21080a33e1
@ -20,6 +20,10 @@
|
||||
* Author: Alexander Larsson <alexl@redhat.com>
|
||||
*/
|
||||
|
||||
#if !defined (__GIO_GIO_H_INSIDE__) && !defined (GIO_COMPILATION)
|
||||
#error "Only <gio/gio.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#ifndef __G_CHARSET_CONVERTER_H__
|
||||
#define __G_CHARSET_CONVERTER_H__
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
#if !defined (__GIO_GIO_H_INSIDE__) && !defined (GIO_COMPILATION)
|
||||
#error "Only <gio/gio.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#ifndef __G_NATIVE_VOLUME_MONITOR_H__
|
||||
#define __G_NATIVE_VOLUME_MONITOR_H__
|
||||
|
||||
|
@ -20,6 +20,10 @@
|
||||
* Author: Alexander Larsson <alexl@redhat.com>
|
||||
*/
|
||||
|
||||
#if !defined (__GIO_GIO_H_INSIDE__) && !defined (GIO_COMPILATION)
|
||||
#error "Only <gio/gio.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#ifndef __G_ZLIB_COMPRESSOR_H__
|
||||
#define __G_ZLIB_COMPRESSOR_H__
|
||||
|
||||
|
@ -20,6 +20,10 @@
|
||||
* Author: Alexander Larsson <alexl@redhat.com>
|
||||
*/
|
||||
|
||||
#if !defined (__GIO_GIO_H_INSIDE__) && !defined (GIO_COMPILATION)
|
||||
#error "Only <gio/gio.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#ifndef __G_ZLIB_DECOMPRESSOR_H__
|
||||
#define __G_ZLIB_DECOMPRESSOR_H__
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user