From 927306d60a211a5ec64032b971f61d406c909d6a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 16 Mar 2015 11:46:20 +1100 Subject: Cleanup --- source/blender/gpu/GPU_select.h | 4 ++-- source/blender/gpu/intern/gpu_debug.c | 2 +- source/blender/gpu/intern/gpu_private.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'source') diff --git a/source/blender/gpu/GPU_select.h b/source/blender/gpu/GPU_select.h index 1a274e0ad9d..09137fc998b 100644 --- a/source/blender/gpu/GPU_select.h +++ b/source/blender/gpu/GPU_select.h @@ -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" diff --git a/source/blender/gpu/intern/gpu_debug.c b/source/blender/gpu/intern/gpu_debug.c index 21257a9c734..627aa41dca5 100644 --- a/source/blender/gpu/intern/gpu_debug.c +++ b/source/blender/gpu/intern/gpu_debug.c @@ -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 */ diff --git a/source/blender/gpu/intern/gpu_private.h b/source/blender/gpu/intern/gpu_private.h index 11bc2bd3119..188a2d16abc 100644 --- a/source/blender/gpu/intern/gpu_private.h +++ b/source/blender/gpu/intern/gpu_private.h @@ -18,7 +18,7 @@ * ***** END GPL LICENSE BLOCK ***** */ -/** \file gpu_extensions_private.h +/** \file gpu_private.h * \ingroup gpu */ -- cgit v1.2.3