Correct header guard in last commit

This commit is contained in:
Campbell Barton 2018-02-07 15:51:23 +11:00
parent 6981861fcf
commit 38d35603f2
2 changed files with 6 additions and 7 deletions

@ -29,8 +29,8 @@
* \ingroup DNA
*/
#ifndef __DNA_OBJECT_FLUIDSIM_H__
#define __DNA_OBJECT_FLUIDSIM_H__
#ifndef __DNA_OBJECT_FLUIDSIM_TYPES_H__
#define __DNA_OBJECT_FLUIDSIM_TYPES_H__
#include "DNA_ID.h"
#include "DNA_defs.h"
@ -189,6 +189,5 @@ typedef struct FluidsimSettings {
}
#endif
#endif
#endif /* __DNA_OBJECT_FLUIDSIM_TYPES_H__ */

@ -29,8 +29,8 @@
* \ingroup DNA
*/
#ifndef __DNA_OBJECT_FORCE_H__
#define __DNA_OBJECT_FORCE_H__
#ifndef __DNA_OBJECT_FORCE_TYPES_H__
#define __DNA_OBJECT_FORCE_TYPES_H__
#ifdef __cplusplus
extern "C" {
@ -453,5 +453,5 @@ typedef struct SoftBody {
}
#endif
#endif
#endif /* __DNA_OBJECT_FORCE_TYPES_H__ */