From d083d669aa8ad5da71d5fa59fea1c7c04493db51 Mon Sep 17 00:00:00 2001 From: donghualin Date: Mon, 20 May 2024 09:12:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=A4=B4=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E7=9A=84=E5=AE=8F=E5=AE=9A=E4=B9=89=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dp4-dbus-service/dp4service.h | 4 ++-- dp4-login-plugin/dp4_login_module.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dp4-dbus-service/dp4service.h b/dp4-dbus-service/dp4service.h index 73107f5..db6b33d 100644 --- a/dp4-dbus-service/dp4service.h +++ b/dp4-dbus-service/dp4service.h @@ -2,8 +2,8 @@ // // SPDX-License-Identifier: LGPL-3.0-or-later -#ifndef SESSIONSERVICE_H -#define SESSIONSERVICE_H +#ifndef DP4SERVICE_H +#define DP4SERVICE_H #include diff --git a/dp4-login-plugin/dp4_login_module.h b/dp4-login-plugin/dp4_login_module.h index aa856d3..2c43a4d 100644 --- a/dp4-login-plugin/dp4_login_module.h +++ b/dp4-login-plugin/dp4_login_module.h @@ -2,8 +2,8 @@ // // SPDX-License-Identifier: GPL-3.0-or-later -#ifndef ASSIST_LOGIN_MODULE_H -#define ASSIST_LOGIN_MODULE_H +#ifndef DP4LOGINMODULE_H +#define DP4LOGINMODULE_H #include "login_module_interface.h"