diff --git a/Code/Wrappers/SWIG/otbWrapperSWIGIncludes.h b/Code/Wrappers/SWIG/otbWrapperSWIGIncludes.h
index 336e067ea7989dc4fcf12d62cb5480f18a4999b6..8270d7a819a89b5dce04f206acc630b520c63372 100644
--- a/Code/Wrappers/SWIG/otbWrapperSWIGIncludes.h
+++ b/Code/Wrappers/SWIG/otbWrapperSWIGIncludes.h
@@ -18,21 +18,11 @@
 #ifndef __otbWrapperSWIGIncludes_h
 #define __otbWrapperSWIGIncludes_h
 
-//#include "otbWrapperParameter.h"
-//#include "otbWrapperParameterGroup.h"
 #include "otbWrapperApplication.h"
 #include "otbWrapperApplicationRegistry.h"
 
-
-//typedef otb::Wrapper::Parameter                        Parameter;
-//typedef otb::Wrapper::Parameter::Pointer::SmartPointer Parameter_Pointer;
-
-//typedef otb::Wrapper::ParameterGroup                        ParameterGroup;
-//typedef otb::Wrapper::ParameterGroup::Pointer::SmartPointer ParameterGroup_Pointer;
-
 typedef otb::Wrapper::Application                        Application;
 typedef otb::Wrapper::Application::Pointer               Application_Pointer;
-
 typedef otb::Wrapper::ApplicationRegistry                Registry;