Skip to content

Commit

Permalink
Removed unused include
Browse files Browse the repository at this point in the history
  • Loading branch information
rmucci committed Jan 21, 2011
1 parent 851fb27 commit 2606a05
Showing 1 changed file with 0 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,32 +12,15 @@
#include <mafTestSuite.h>
#include <mafCoreSingletons.h>
#include <mafResourcesRegistration.h>
#include <mafVTKWidget.h>
#include <mafVisualPipeVTKSurface.h>
#include <mafVTKInteractorPicker.h>
#include <mafVTKParametricSurfaceSphere.h>

#include <mafPluginManager.h>
#include <mafPlugin.h>

#include <mafVTKParametricSurfaceSphere.h>
#include <mafContainer.h>
#include <vtkAlgorithmOutput.h>
#include <vtkSphereSource.h>
#include <vtkSmartPointer.h>
#include <vtkRenderWindowInteractor.h>
#include <vtkRenderWindow.h>
#include <vtkRenderer.h>
#include <vtkCommand.h>
#include <vtkPolyDataMapper.h>
#include <vtkActor.h>
#include <vtkProperty.h>
#include <vtkRendererCollection.h>
#include <vtkRenderer.h>
#include <vtkCamera.h>
#include <QDebug>
#include <QVTKWidget.h>
#include <QMainWindow>

#ifdef WIN32
#define TEST_LIBRARY_NAME "mafPluginVTK_d.dll"
Expand Down

0 comments on commit 2606a05

Please sign in to comment.