This commit is contained in:
Campbell Barton 2015-03-16 11:46:20 +11:00
parent 13dc766148
commit 927306d60a
3 changed files with 4 additions and 4 deletions

View File

@ -27,8 +27,8 @@
* \ingroup gpu
*/
#ifndef __GPU_SELECT__
#define __GPU_SELECT__
#ifndef __GPU_SELECT_H__
#define __GPU_SELECT_H__
#include "DNA_vec_types.h" /* rcft */
#include "BLI_sys_types.h"

View File

@ -25,7 +25,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file source/blender/gpu/GPU_debug.h
/** \file source/blender/gpu/intern/gpu_debug.c
* \ingroup gpu
*/

View File

@ -18,7 +18,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file gpu_extensions_private.h
/** \file gpu_private.h
* \ingroup gpu
*/