Browse Source

panda: Correct header guard names (#1525)

Disyer 2 years ago
parent
commit
e8179e489f
2 changed files with 4 additions and 4 deletions
  1. 1 1
      panda/src/express/config_express.h
  2. 3 3
      panda/src/putil/config_putil.h

+ 1 - 1
panda/src/express/config_express.h

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

+ 3 - 3
panda/src/putil/config_putil.h

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