panda: Correct header guard names (#1525)

This commit is contained in:
Disyer 2023-08-05 15:44:50 +03:00 committed by rdb
parent c203b0f786
commit e8179e489f
2 changed files with 4 additions and 4 deletions

View File

@ -56,4 +56,4 @@ extern EXPCL_PANDA_EXPRESS ConfigVariableDouble collect_tcp_interval;
extern EXPCL_PANDA_EXPRESS void init_libexpress();
#endif /* __CONFIG_UTIL_H__ */
#endif /* __CONFIG_EXPRESS_H__ */

View File

@ -11,8 +11,8 @@
* @date 2000-01-04
*/
#ifndef __CONFIG_UTIL_H__
#define __CONFIG_UTIL_H__
#ifndef __CONFIG_PUTIL_H__
#define __CONFIG_PUTIL_H__
#include "pandabase.h"
#include "notifyCategoryProxy.h"
@ -54,4 +54,4 @@ extern EXPCL_PANDA_PUTIL ConfigVariableBool cache_check_timestamps;
extern EXPCL_PANDA_PUTIL void init_libputil();
#endif /* __CONFIG_UTIL_H__ */
#endif /* __CONFIG_PUTIL_H__ */