From 82429cd891bb26f2c5b77ff90e3e62eb60434bc6 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Wed, 27 Feb 2013 15:02:20 +0100 Subject: Make all "include guards" for all headers consistent --- src/diagnostics_relay.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/diagnostics_relay.h') diff --git a/src/diagnostics_relay.h b/src/diagnostics_relay.h index 2a9eb1a..eb1a21b 100644 --- a/src/diagnostics_relay.h +++ b/src/diagnostics_relay.h @@ -18,8 +18,9 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef DIAGNOSTICS_RELAY_H -#define DIAGNOSTICS_RELAY_H + +#ifndef __DIAGNOSTICS_RELAY_H +#define __DIAGNOSTICS_RELAY_H #include "libimobiledevice/diagnostics_relay.h" #include "property_list_service.h" -- cgit v1.1-32-gdbae