From ca629d5ccc65da456babba6c5bdbfa0de737ac7b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 30 Dec 2011 07:25:49 +0000 Subject: minor dna header cleanup --- source/blender/makesdna/DNA_listBase.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/makesdna/DNA_listBase.h') diff --git a/source/blender/makesdna/DNA_listBase.h b/source/blender/makesdna/DNA_listBase.h index 6a472272382..99ad6f41e96 100644 --- a/source/blender/makesdna/DNA_listBase.h +++ b/source/blender/makesdna/DNA_listBase.h @@ -27,15 +27,15 @@ * */ -#ifndef DNA_LISTBASE_H -#define DNA_LISTBASE_H - /** \file DNA_listBase.h * \ingroup DNA * \brief These structs are the foundation for all linked lists in the * library system. */ +#ifndef DNA_LISTBASE_H +#define DNA_LISTBASE_H + #ifdef __cplusplus extern "C" { #endif -- cgit v1.2.3