[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [43331] branches/tile/source/blender/ compositor/operations: cleanup - removing unecessary #includes

Dalai Felinto dfelinto at gmail.com
Thu Jan 12 20:17:53 CET 2012


Revision: 43331
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=43331
Author:   dfelinto
Date:     2012-01-12 19:17:47 +0000 (Thu, 12 Jan 2012)
Log Message:
-----------
cleanup - removing unecessary #includes
(COM_InputSocket.h and COM_OutputSocket.h - as suggested by Jeroen Bakker)

Modified Paths:
--------------
    branches/tile/source/blender/compositor/operations/COM_AlphaOverKeyOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_AlphaOverMixedOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_AlphaOverPremultiplyOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_BlurBaseOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_BokehBlurOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_BokehImageOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_BoxMaskOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_BrightnessOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_ChangeHSVOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_ChromaMatteOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_ColorBalanceASCCDLOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_ColorBalanceLGGOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_ColorCorrectionOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_ColorCurveOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_ColorRampOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_ConvertColorToBWOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_ConvertColorToVectorOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_ConvertColourToValueProg.cpp
    branches/tile/source/blender/compositor/operations/COM_ConvertDepthToRadiusOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_ConvertHSVToRGBOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_ConvertRGBToHSVOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_ConvertRGBToYCCOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_ConvertRGBToYUVOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_ConvertValueToColourProg.cpp
    branches/tile/source/blender/compositor/operations/COM_ConvertValueToVectorOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_ConvertVectorToColorOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_ConvertVectorToValueOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_ConvertYCCToRGBOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_ConvertYUVToRGBOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_CurveBaseOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_DifferenceMatteOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_DilateErodeOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_DirectionalBlurOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_DistanceMatteOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_EllipseMaskOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_FogGlowImageOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_GammaOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_GaussianBokehBlurOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_GaussianXBlurOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_GaussianYBlurOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_GlareBaseOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_GlareThresholdOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_HueSaturationValueCorrectOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_IDMaskOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_InvertOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_LensGhostOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_LensGlowImageOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_LensGlowOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_LuminanceMatteOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_MapUVOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_MathBaseOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_MixAddOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_MixBaseOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_MixBlendOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_MixBurnOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_MixColorOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_MixDarkenOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_MixDifferenceOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_MixDivideOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_MixDodgeOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_MixHueOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_MixLightenOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_MixLinearLightOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_MixMultiplyOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_MixOverlayOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_MixSaturationOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_MixScreenOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_MixSoftLightOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_MixSubtractOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_MixValueOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_OpenCLTestOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_ProjectorLensDistortionOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_ScreenLensDistortionOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_SetAlphaOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_SetColorOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_SetValueOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_SetVectorOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_TonemapOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_VariableSizeBokehBlurOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_VectorCurveOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_ZCombineOperation.cpp

Modified: branches/tile/source/blender/compositor/operations/COM_AlphaOverKeyOperation.cpp
===================================================================
--- branches/tile/source/blender/compositor/operations/COM_AlphaOverKeyOperation.cpp	2012-01-12 18:54:19 UTC (rev 43330)
+++ branches/tile/source/blender/compositor/operations/COM_AlphaOverKeyOperation.cpp	2012-01-12 19:17:47 UTC (rev 43331)
@@ -21,8 +21,6 @@
  */
 
 #include "COM_AlphaOverKeyOperation.h"
-#include "COM_InputSocket.h"
-#include "COM_OutputSocket.h"
 
 AlphaOverKeyOperation::AlphaOverKeyOperation(): MixBaseOperation() {
 }

Modified: branches/tile/source/blender/compositor/operations/COM_AlphaOverMixedOperation.cpp
===================================================================
--- branches/tile/source/blender/compositor/operations/COM_AlphaOverMixedOperation.cpp	2012-01-12 18:54:19 UTC (rev 43330)
+++ branches/tile/source/blender/compositor/operations/COM_AlphaOverMixedOperation.cpp	2012-01-12 19:17:47 UTC (rev 43331)
@@ -21,8 +21,6 @@
  */
 
 #include "COM_AlphaOverMixedOperation.h"
-#include "COM_InputSocket.h"
-#include "COM_OutputSocket.h"
 
 AlphaOverMixedOperation::AlphaOverMixedOperation(): MixBaseOperation() {
     this->x = 0.0f;

Modified: branches/tile/source/blender/compositor/operations/COM_AlphaOverPremultiplyOperation.cpp
===================================================================
--- branches/tile/source/blender/compositor/operations/COM_AlphaOverPremultiplyOperation.cpp	2012-01-12 18:54:19 UTC (rev 43330)
+++ branches/tile/source/blender/compositor/operations/COM_AlphaOverPremultiplyOperation.cpp	2012-01-12 19:17:47 UTC (rev 43331)
@@ -21,8 +21,6 @@
  */
 
 #include "COM_AlphaOverPremultiplyOperation.h"
-#include "COM_InputSocket.h"
-#include "COM_OutputSocket.h"
 
 AlphaOverPremultiplyOperation::AlphaOverPremultiplyOperation(): MixBaseOperation() {
 }

Modified: branches/tile/source/blender/compositor/operations/COM_BlurBaseOperation.cpp
===================================================================
--- branches/tile/source/blender/compositor/operations/COM_BlurBaseOperation.cpp	2012-01-12 18:54:19 UTC (rev 43330)
+++ branches/tile/source/blender/compositor/operations/COM_BlurBaseOperation.cpp	2012-01-12 19:17:47 UTC (rev 43331)
@@ -21,8 +21,6 @@
  */
 
 #include "COM_BlurBaseOperation.h"
-#include "COM_InputSocket.h"
-#include "COM_OutputSocket.h"
 #include "BLI_math.h"
 
 extern "C" {

Modified: branches/tile/source/blender/compositor/operations/COM_BokehBlurOperation.cpp
===================================================================
--- branches/tile/source/blender/compositor/operations/COM_BokehBlurOperation.cpp	2012-01-12 18:54:19 UTC (rev 43330)
+++ branches/tile/source/blender/compositor/operations/COM_BokehBlurOperation.cpp	2012-01-12 19:17:47 UTC (rev 43331)
@@ -21,8 +21,6 @@
  */
 
 #include "COM_BokehBlurOperation.h"
-#include "COM_InputSocket.h"
-#include "COM_OutputSocket.h"
 #include "BLI_math.h"
 
 extern "C" {

Modified: branches/tile/source/blender/compositor/operations/COM_BokehImageOperation.cpp
===================================================================
--- branches/tile/source/blender/compositor/operations/COM_BokehImageOperation.cpp	2012-01-12 18:54:19 UTC (rev 43330)
+++ branches/tile/source/blender/compositor/operations/COM_BokehImageOperation.cpp	2012-01-12 19:17:47 UTC (rev 43331)
@@ -21,8 +21,6 @@
  */
 
 #include "COM_BokehImageOperation.h"
-#include "COM_InputSocket.h"
-#include "COM_OutputSocket.h"
 #include "BLI_math.h"
 
 BokehImageOperation::BokehImageOperation(): NodeOperation() {

Modified: branches/tile/source/blender/compositor/operations/COM_BoxMaskOperation.cpp
===================================================================
--- branches/tile/source/blender/compositor/operations/COM_BoxMaskOperation.cpp	2012-01-12 18:54:19 UTC (rev 43330)
+++ branches/tile/source/blender/compositor/operations/COM_BoxMaskOperation.cpp	2012-01-12 19:17:47 UTC (rev 43331)
@@ -21,8 +21,6 @@
  */
 
 #include "COM_BoxMaskOperation.h"
-#include "COM_InputSocket.h"
-#include "COM_OutputSocket.h"
 #include "BLI_math.h"
 #include "DNA_node_types.h"
 

Modified: branches/tile/source/blender/compositor/operations/COM_BrightnessOperation.cpp
===================================================================
--- branches/tile/source/blender/compositor/operations/COM_BrightnessOperation.cpp	2012-01-12 18:54:19 UTC (rev 43330)
+++ branches/tile/source/blender/compositor/operations/COM_BrightnessOperation.cpp	2012-01-12 19:17:47 UTC (rev 43331)
@@ -21,8 +21,6 @@
  */
 
 #include "COM_BrightnessOperation.h"
-#include "COM_InputSocket.h"
-#include "COM_OutputSocket.h"
 
 BrightnessOperation::BrightnessOperation(): NodeOperation() {
     this->addInputSocket(COM_DT_COLOR);

Modified: branches/tile/source/blender/compositor/operations/COM_ChangeHSVOperation.cpp
===================================================================
--- branches/tile/source/blender/compositor/operations/COM_ChangeHSVOperation.cpp	2012-01-12 18:54:19 UTC (rev 43330)
+++ branches/tile/source/blender/compositor/operations/COM_ChangeHSVOperation.cpp	2012-01-12 19:17:47 UTC (rev 43331)
@@ -21,8 +21,6 @@
  */
 
 #include "COM_ChangeHSVOperation.h"
-#include "COM_InputSocket.h"
-#include "COM_OutputSocket.h"
 
 ChangeHSVOperation::ChangeHSVOperation(): NodeOperation() {
     this->addInputSocket(COM_DT_COLOR);

Modified: branches/tile/source/blender/compositor/operations/COM_ChromaMatteOperation.cpp
===================================================================
--- branches/tile/source/blender/compositor/operations/COM_ChromaMatteOperation.cpp	2012-01-12 18:54:19 UTC (rev 43330)
+++ branches/tile/source/blender/compositor/operations/COM_ChromaMatteOperation.cpp	2012-01-12 19:17:47 UTC (rev 43331)
@@ -20,8 +20,6 @@
  */
 
 #include "COM_ChromaMatteOperation.h"
-#include "COM_InputSocket.h"
-#include "COM_OutputSocket.h"
 #include "BLI_math.h"
 
 ChromaMatteOperation::ChromaMatteOperation(): NodeOperation() {

Modified: branches/tile/source/blender/compositor/operations/COM_ColorBalanceASCCDLOperation.cpp
===================================================================
--- branches/tile/source/blender/compositor/operations/COM_ColorBalanceASCCDLOperation.cpp	2012-01-12 18:54:19 UTC (rev 43330)
+++ branches/tile/source/blender/compositor/operations/COM_ColorBalanceASCCDLOperation.cpp	2012-01-12 19:17:47 UTC (rev 43331)
@@ -21,8 +21,6 @@
  */
 
 #include "COM_ColorBalanceASCCDLOperation.h"
-#include "COM_InputSocket.h"
-#include "COM_OutputSocket.h"
 #include "BLI_math.h"
 
 inline float colorbalance_cdl(float in, float offset, float power, float slope)

Modified: branches/tile/source/blender/compositor/operations/COM_ColorBalanceLGGOperation.cpp
===================================================================
--- branches/tile/source/blender/compositor/operations/COM_ColorBalanceLGGOperation.cpp	2012-01-12 18:54:19 UTC (rev 43330)
+++ branches/tile/source/blender/compositor/operations/COM_ColorBalanceLGGOperation.cpp	2012-01-12 19:17:47 UTC (rev 43331)
@@ -21,8 +21,6 @@
  */
 
 #include "COM_ColorBalanceLGGOperation.h"
-#include "COM_InputSocket.h"
-#include "COM_OutputSocket.h"
 #include "BLI_math.h"
 
 

Modified: branches/tile/source/blender/compositor/operations/COM_ColorCorrectionOperation.cpp
===================================================================
--- branches/tile/source/blender/compositor/operations/COM_ColorCorrectionOperation.cpp	2012-01-12 18:54:19 UTC (rev 43330)
+++ branches/tile/source/blender/compositor/operations/COM_ColorCorrectionOperation.cpp	2012-01-12 19:17:47 UTC (rev 43331)
@@ -21,8 +21,6 @@
  */
 
 #include "COM_ColorCorrectionOperation.h"
-#include "COM_InputSocket.h"
-#include "COM_OutputSocket.h"
 #include "BLI_math.h"
 
 ColorCorrectionOperation::ColorCorrectionOperation(): NodeOperation() {

Modified: branches/tile/source/blender/compositor/operations/COM_ColorCurveOperation.cpp
===================================================================
--- branches/tile/source/blender/compositor/operations/COM_ColorCurveOperation.cpp	2012-01-12 18:54:19 UTC (rev 43330)
+++ branches/tile/source/blender/compositor/operations/COM_ColorCurveOperation.cpp	2012-01-12 19:17:47 UTC (rev 43331)
@@ -21,8 +21,6 @@
  */
 
 #include "COM_ColorCurveOperation.h"
-#include "COM_InputSocket.h"
-#include "COM_OutputSocket.h"
 
 #ifdef __cplusplus
 extern "C" {

Modified: branches/tile/source/blender/compositor/operations/COM_ColorRampOperation.cpp
===================================================================
--- branches/tile/source/blender/compositor/operations/COM_ColorRampOperation.cpp	2012-01-12 18:54:19 UTC (rev 43330)
+++ branches/tile/source/blender/compositor/operations/COM_ColorRampOperation.cpp	2012-01-12 19:17:47 UTC (rev 43331)
@@ -21,8 +21,6 @@
  */
 
 #include "COM_ColorRampOperation.h"
-#include "COM_InputSocket.h"
-#include "COM_OutputSocket.h"
 
 #ifdef __cplusplus
 extern "C" {

Modified: branches/tile/source/blender/compositor/operations/COM_ConvertColorToBWOperation.cpp
===================================================================
--- branches/tile/source/blender/compositor/operations/COM_ConvertColorToBWOperation.cpp	2012-01-12 18:54:19 UTC (rev 43330)
+++ branches/tile/source/blender/compositor/operations/COM_ConvertColorToBWOperation.cpp	2012-01-12 19:17:47 UTC (rev 43331)
@@ -21,8 +21,6 @@
  */
 
 #include "COM_ConvertColorToBWOperation.h"
-#include "COM_InputSocket.h"
-#include "COM_OutputSocket.h"
 
 ConvertColorToBWOperation::ConvertColorToBWOperation(): NodeOperation() {
     this->addInputSocket(COM_DT_COLOR);

Modified: branches/tile/source/blender/compositor/operations/COM_ConvertColorToVectorOperation.cpp
===================================================================
--- branches/tile/source/blender/compositor/operations/COM_ConvertColorToVectorOperation.cpp	2012-01-12 18:54:19 UTC (rev 43330)
+++ branches/tile/source/blender/compositor/operations/COM_ConvertColorToVectorOperation.cpp	2012-01-12 19:17:47 UTC (rev 43331)
@@ -21,8 +21,6 @@
  */
 
 #include "COM_ConvertColorToVectorOperation.h"
-#include "COM_InputSocket.h"
-#include "COM_OutputSocket.h"
 
 ConvertColorToVectorOperation::ConvertColorToVectorOperation(): NodeOperation() {
     this->addInputSocket(COM_DT_COLOR);

Modified: branches/tile/source/blender/compositor/operations/COM_ConvertColourToValueProg.cpp

@@ Diff output truncated at 10240 characters. @@



More information about the Bf-blender-cvs mailing list