Cleanup: header guard names

Missed in file rename.
This commit is contained in:
2019-02-27 19:58:06 +11:00
parent dd228aa1f6
commit e097e0c833
2 changed files with 5 additions and 5 deletions

View File

@@ -17,8 +17,8 @@
* All rights reserved.
*/
#ifndef __BKE_LAMP_H__
#define __BKE_LAMP_H__
#ifndef __BKE_LIGHT_H__
#define __BKE_LIGHT_H__
/** \file
* \ingroup bke

View File

@@ -21,8 +21,8 @@
* \ingroup DNA
*/
#ifndef __DNA_LAMP_TYPES_H__
#define __DNA_LAMP_TYPES_H__
#ifndef __DNA_LIGHT_TYPES_H__
#define __DNA_LIGHT_TYPES_H__
#include "DNA_defs.h"
#include "DNA_ID.h"
@@ -147,4 +147,4 @@ typedef struct Light {
#define LA_AREA_DISK 4
#define LA_AREA_ELLIPSE 5
#endif /* __DNA_LAMP_TYPES_H__ */
#endif /* __DNA_LIGHT_TYPES_H__ */