mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-17 15:32:21 +08:00
include: fix double include pre-processor guards
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:

committed by
Xiang Xiao

parent
374cb9230a
commit
9480c0ec12
@@ -18,8 +18,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __APPS_NETUTILS_CURL4NX_CURL4NX_PRIVATE_H
|
||||
#define __APPS_NETUTILS_CURL4NX_CURL4NX_PRIVATE_H
|
||||
#ifndef __APPS_NETUTILS_LIBCURL4NX_CURL4NX_PRIVATE_H
|
||||
#define __APPS_NETUTILS_LIBCURL4NX_CURL4NX_PRIVATE_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@@ -170,4 +170,4 @@ struct curl4nx_s
|
||||
* Public Function Prototypes
|
||||
****************************************************************************/
|
||||
|
||||
#endif /* __APPS_NETLIB_CURL4NX_CURL4NX_PRIVATE_H */
|
||||
#endif /* __APPS_NETUTILS_LIBCURL4NX_CURL4NX_PRIVATE_H */
|
||||
|
Reference in New Issue
Block a user