mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
Move single-include guards inside include guards
gcc has optimizations for include guards that only work if they are outermost in the the header. https://bugzilla.gnome.org/show_bug.cgi?id=689810
This commit is contained in:
@@ -20,13 +20,13 @@
|
||||
* Author: David Zeuthen <davidz@redhat.com>
|
||||
*/
|
||||
|
||||
#ifndef __G_DBUS_AUTH_MECHANISM_EXTERNAL_H__
|
||||
#define __G_DBUS_AUTH_MECHANISM_EXTERNAL_H__
|
||||
|
||||
#if !defined (GIO_COMPILATION)
|
||||
#error "gdbusauthmechanismexternal.h is a private header file."
|
||||
#endif
|
||||
|
||||
#ifndef __G_DBUS_AUTH_MECHANISM_EXTERNAL_H__
|
||||
#define __G_DBUS_AUTH_MECHANISM_EXTERNAL_H__
|
||||
|
||||
#include <gio/giotypes.h>
|
||||
#include <gio/gdbusauthmechanism.h>
|
||||
|
||||
|
Reference in New Issue
Block a user