From 192daa430fd3eeeccbe366f92a966808f7f68e55 Mon Sep 17 00:00:00 2001 From: Murai Takashi Date: Wed, 9 Oct 2019 06:32:10 +0900 Subject: [PATCH] AutoRaise: Rename include guard MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pointed out by LGTM. Change-Id: Ia3d1093c8c21fd5bee05e47eb7694c6dd4ecf391 Reviewed-on: https://review.haiku-os.org/c/haiku/+/1930 Reviewed-by: Axel Dörfler --- src/apps/autoraise/AutoRaiseApp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps/autoraise/AutoRaiseApp.h b/src/apps/autoraise/AutoRaiseApp.h index 4e5a31f6f3..4143e7179f 100644 --- a/src/apps/autoraise/AutoRaiseApp.h +++ b/src/apps/autoraise/AutoRaiseApp.h @@ -1,5 +1,5 @@ -#ifndef ICON_H -#define ICON_H +#ifndef AUTORAISEAPP_H +#define AUTORAISEAPP_H #include #include