From fc7c0506b8f4e7082804b27ea470ce348144d707 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 28 May 2013 16:35:47 +0000 Subject: bmo_subdivide_edgering.c now builds with release+debuginfo, also remove unused defines and correct include guards. --- source/blender/compositor/operations/COM_BilateralBlurOperation.h | 4 ++-- source/blender/compositor/operations/COM_BokehBlurOperation.h | 5 +++-- source/blender/compositor/operations/COM_DirectionalBlurOperation.h | 4 ++-- .../blender/compositor/operations/COM_GaussianBokehBlurOperation.h | 4 ++-- .../compositor/operations/COM_VariableSizeBokehBlurOperation.h | 4 ++-- 5 files changed, 11 insertions(+), 10 deletions(-) (limited to 'source/blender/compositor/operations') diff --git a/source/blender/compositor/operations/COM_BilateralBlurOperation.h b/source/blender/compositor/operations/COM_BilateralBlurOperation.h index 8def90941ab..cfd96617681 100644 --- a/source/blender/compositor/operations/COM_BilateralBlurOperation.h +++ b/source/blender/compositor/operations/COM_BilateralBlurOperation.h @@ -20,8 +20,8 @@ * Monique Dewanchand */ -#ifndef _COM_BokehBilateralBlurOperation_h -#define _COM_BilateralBlurOperation_h +#ifndef __COM_BILATERALBLUROPERATION_H__ +#define __COM_BILATERALBLUROPERATION_H__ #include "COM_NodeOperation.h" #include "COM_QualityStepHelper.h" diff --git a/source/blender/compositor/operations/COM_BokehBlurOperation.h b/source/blender/compositor/operations/COM_BokehBlurOperation.h index 74ca6b7b058..d2944825583 100644 --- a/source/blender/compositor/operations/COM_BokehBlurOperation.h +++ b/source/blender/compositor/operations/COM_BokehBlurOperation.h @@ -20,8 +20,9 @@ * Monique Dewanchand */ -#ifndef _COM_BokehBokehBlurOperation_h -#define _COM_BokehBlurOperation_h +#ifndef __COM_BOKEHBLUROPERATION_H__ +#define __COM_BOKEHBLUROPERATION_H__ + #include "COM_NodeOperation.h" #include "COM_QualityStepHelper.h" diff --git a/source/blender/compositor/operations/COM_DirectionalBlurOperation.h b/source/blender/compositor/operations/COM_DirectionalBlurOperation.h index e13a13116db..641499ddde4 100644 --- a/source/blender/compositor/operations/COM_DirectionalBlurOperation.h +++ b/source/blender/compositor/operations/COM_DirectionalBlurOperation.h @@ -20,8 +20,8 @@ * Monique Dewanchand */ -#ifndef _COM_BokehDirectionalBlurOperation_h -#define _COM_DirectionalBlurOperation_h +#ifndef __COM_DIRECTIONALBLUROPERATION_H__ +#define __COM_DIRECTIONALBLUROPERATION_H__ #include "COM_NodeOperation.h" #include "COM_QualityStepHelper.h" diff --git a/source/blender/compositor/operations/COM_GaussianBokehBlurOperation.h b/source/blender/compositor/operations/COM_GaussianBokehBlurOperation.h index 9fcf1e10e6a..09994043c75 100644 --- a/source/blender/compositor/operations/COM_GaussianBokehBlurOperation.h +++ b/source/blender/compositor/operations/COM_GaussianBokehBlurOperation.h @@ -20,8 +20,8 @@ * Monique Dewanchand */ -#ifndef _COM_BokehGaussianBokehBlurOperation_h -#define _COM_GaussianBokehBlurOperation_h +#ifndef __COM_GAUSSIANBOKEHBLUROPERATION_H__ +#define __COM_GAUSSIANBOKEHBLUROPERATION_H__ #include "COM_NodeOperation.h" #include "COM_BlurBaseOperation.h" #include "COM_QualityStepHelper.h" diff --git a/source/blender/compositor/operations/COM_VariableSizeBokehBlurOperation.h b/source/blender/compositor/operations/COM_VariableSizeBokehBlurOperation.h index d4025692549..7ba8df16795 100644 --- a/source/blender/compositor/operations/COM_VariableSizeBokehBlurOperation.h +++ b/source/blender/compositor/operations/COM_VariableSizeBokehBlurOperation.h @@ -20,8 +20,8 @@ * Monique Dewanchand */ -#ifndef _COM_BokehVariableSizeBokehBlurOperation_h -#define _COM_VariableSizeBokehBlurOperation_h +#ifndef __COM_VARIABLESIZEBOKEHBLUROPERATION_H__ +#define __COM_VARIABLESIZEBOKEHBLUROPERATION_H__ #include "COM_NodeOperation.h" #include "COM_QualityStepHelper.h" -- cgit v1.2.3