From a582788653a34479c1523290cb9343e445085d71 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 10 Dec 2013 17:39:31 +0100 Subject: [PATCH] Fix a few #include guard names. --- libsigrok-internal.h | 4 ++-- libsigrok.h | 4 ++-- proto.h | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/libsigrok-internal.h b/libsigrok-internal.h index e27955ba..6073f4bd 100644 --- a/libsigrok-internal.h +++ b/libsigrok-internal.h @@ -21,8 +21,8 @@ * @internal */ -#ifndef LIBSIGROK_SIGROK_INTERNAL_H -#define LIBSIGROK_SIGROK_INTERNAL_H +#ifndef LIBSIGROK_LIBSIGROK_INTERNAL_H +#define LIBSIGROK_LIBSIGROK_INTERNAL_H #include #include diff --git a/libsigrok.h b/libsigrok.h index 6e81c6f6..2fef9507 100644 --- a/libsigrok.h +++ b/libsigrok.h @@ -17,8 +17,8 @@ * along with this program. If not, see . */ -#ifndef LIBSIGROK_SIGROK_H -#define LIBSIGROK_SIGROK_H +#ifndef LIBSIGROK_LIBSIGROK_H +#define LIBSIGROK_LIBSIGROK_H #include #include diff --git a/proto.h b/proto.h index 7ec6ae4f..732dee7e 100644 --- a/proto.h +++ b/proto.h @@ -17,8 +17,8 @@ * along with this program. If not, see . */ -#ifndef LIBSIGROK_SIGROK_PROTO_H -#define LIBSIGROK_SIGROK_PROTO_H +#ifndef LIBSIGROK_PROTO_H +#define LIBSIGROK_PROTO_H /** * @file