Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/makesdna/DNA_genfile.h')
-rw-r--r--source/blender/makesdna/DNA_genfile.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/makesdna/DNA_genfile.h b/source/blender/makesdna/DNA_genfile.h
index be13c8bba4f..6516b50402d 100644
--- a/source/blender/makesdna/DNA_genfile.h
+++ b/source/blender/makesdna/DNA_genfile.h
@@ -25,14 +25,14 @@
* ***** END GPL LICENSE BLOCK *****
*/
-#ifndef GENFILE_H
-#define GENFILE_H
-
/** \file DNA_genfile.h
* \ingroup DNA
* \brief blenloader genfile private function prototypes
*/
+#ifndef DNA_GENFILE_H
+#define DNA_GENFILE_H
+
struct SDNA;
extern unsigned char DNAstr[]; /* DNA.c */