Skip to content

Commit

Permalink
Refs #6315. Removing unneeded headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Reuter committed Apr 12, 2013
1 parent 5593c31 commit c8da4fc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions Code/Mantid/Vates/VatesAPI/src/vtkMDHistoHexFactory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
#include "MantidVatesAPI/vtkMDHistoHexFactory.h"
#include "MantidVatesAPI/ProgressAction.h"
#include <boost/math/special_functions/fpclassify.hpp>
#include <vtkImageData.h>
#include <vtkRectilinearGrid.h>
#include <vtkStructuredGrid.h>
#include "MantidAPI/NullCoordTransform.h"
#include "MantidKernel/ReadLock.h"

Expand Down
1 change: 0 additions & 1 deletion Code/Mantid/Vates/VatesAPI/test/TimeStepToTimeStepTest.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#define TIMESTEP_TO_TIMESTEP_TEST_H_

#include <cxxtest/TestSuite.h>
#include <vtkRectilinearGrid.h>
#include "MantidVatesAPI/TimeStepToTimeStep.h"

class TimeStepToTimeStepTest: public CxxTest::TestSuite
Expand Down
1 change: 0 additions & 1 deletion Code/Mantid/Vates/VatesAPI/test/TimeToTimeStepTest.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#define TIME_TO_TIMESTEP_TEST_H_

#include <cxxtest/TestSuite.h>
#include <vtkRectilinearGrid.h>
#include "MantidVatesAPI/TimeToTimeStep.h"

class TimeToTimeStepTest: public CxxTest::TestSuite
Expand Down

0 comments on commit c8da4fc

Please sign in to comment.