Skip to content
Snippets Groups Projects
Commit c4e1cfd3 authored by Thomas Feuvrier's avatar Thomas Feuvrier
Browse files

REFAC: Remove #include 'foo'_cxx compilation's conditions for 'foo'.cxx sources files

parent b7a86cce
Branches
Tags
No related merge requests found
......@@ -15,9 +15,6 @@
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
#ifndef __otbImageWidgetCircleForm_cxx
#define __otbImageWidgetCircleForm_cxx
#include "otbImageWidgetCircleForm.h"
#include "otbMath.h"
......@@ -69,5 +66,3 @@ ImageWidgetCircleForm
}
} // end namespace otb
#endif
......@@ -15,9 +15,6 @@
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
#ifndef __otb2DCurvesWidget_cxx
#define __otb2DCurvesWidget_cxx
#include "otbCurves2DWidget.h"
namespace otb
......@@ -277,6 +274,3 @@ void Curves2DWidget::PrintSelf(std::ostream& os, itk::Indent indent) const
}
} // end namespace otb
#endif
......@@ -15,9 +15,6 @@ the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
#ifndef __otbGlWidget_cxx
#define __otbGlWidget_cxx
#include "otbGlWidget.h"
namespace otb
......@@ -150,4 +147,3 @@ GlWidget::PointType GlWidget::GetMousePosition()
return index;
}
}
#endif
......@@ -15,9 +15,6 @@
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
#ifndef __otbImageWidgetController_cxx
#define __otbImageWidgetController_cxx
#include "otbImageWidgetController.h"
#include "otbMacro.h"
......@@ -127,5 +124,3 @@ void ImageWidgetController::PrintSelf(std::ostream& os, itk::Indent indent) cons
} // end namespace otb
#endif
......@@ -15,13 +15,8 @@
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
#ifndef __otbPackedWidgetManager_cxx
#define __otbPackedWidgetManager_cxx
#include "otbPackedWidgetManager.h"
namespace otb
{
......@@ -143,7 +138,4 @@ PackedWidgetManager
m_PackedWidget->m_Window->copy_label(label);
}
}
#endif
......@@ -15,13 +15,8 @@
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
#ifndef __otbSplittedWidgetManager_cxx
#define __otbSplittedWidgetManager_cxx
#include "otbSplittedWidgetManager.h"
namespace otb
{
......@@ -170,7 +165,4 @@ SplittedWidgetManager
m_SplittedWidget->m_HistogramsGroup->remove(m_InternalCurveWidget);
}
}
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment