From 7c8f0e41fc2ade4a57ef3e0788e9002d0c3e4f62 Mon Sep 17 00:00:00 2001 From: Petro Karashchenko Date: Sun, 23 Oct 2022 12:06:52 +0200 Subject: [PATCH] Revert "Revert "include/canutils/lely: fix file path in comment header"" This reverts commit 8e1ee24f9e345874702229e39f1b0aae657dba9a. --- include/canutils/lely/config.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/canutils/lely/config.h b/include/canutils/lely/config.h index b6cfee4cc..339a953ee 100644 --- a/include/canutils/lely/config.h +++ b/include/canutils/lely/config.h @@ -1,5 +1,5 @@ /**************************************************************************** - * apps/canutils/lely/config.h + * apps/include/canutils/lely/config.h * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -18,8 +18,8 @@ * ****************************************************************************/ -#ifndef __CANUTILS_LELY_CONFIG_H -#define __CANUTILS_LELY_CONFIG_H +#ifndef __APPS_INCLUDE_CANUTILS_LELY_CONFIG_H +#define __APPS_INCLUDE_CANUTILS_LELY_CONFIG_H /**************************************************************************** * Included Files @@ -275,4 +275,4 @@ # define LELY_NO_CO_COAPP_SLAVE 1 #endif -#endif /* __CANUTILS_LELY_CONFIG_H */ +#endif /* __APPS_INCLUDE_CANUTILS_LELY_CONFIG_H */