Skip to content

Commit

Permalink
Refs #6201. Fixing headers in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Reuter authored and peterfpeterson committed Feb 5, 2013
1 parent 0180f13 commit 7b74382
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include "MantidKernel/Timer.h"
#include "MantidKernel/System.h"
#include "MantidAPI/FileProperty.h"
#include "MantidNexusCPP/NeXusFile.hpp"
#include <iostream>
#include <fstream>
#include <iomanip>
Expand Down
1 change: 0 additions & 1 deletion Code/Mantid/Framework/Geometry/test/ComponentParserTest.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#include "MantidKernel/CPUTimer.h"
#include "MantidKernel/Strings.h"
#include <Poco/SAX/AttributesImpl.h>
#include "MantidNexusCPP/NeXusFile.hpp"

using namespace Mantid;
using namespace Mantid::Kernel;
Expand Down
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/MDAlgorithms/test/PlusMDTest.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "MantidKernel/Timer.h"
#include "MantidMDEvents/MDEventFactory.h"
#include "MantidMDAlgorithms/PlusMD.h"
#include "MantidNexusCPP/NeXusFile.hpp"
#include <nexus/NeXusFile.hpp>
#include "MantidTestHelpers/MDEventsTestHelper.h"
#include <cxxtest/TestSuite.h>
#include <iomanip>
Expand Down
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/MDEvents/test/MDBoxTest.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <map>
#include <memory>
#include <Poco/File.h>
#include <nexus/NeXusFile.hpp>
#include "MantidGeometry/MDGeometry/MDDimensionExtents.h"
#include "MantidKernel/ConfigService.h"
#include "MantidKernel/CPUTimer.h"
Expand All @@ -15,7 +16,6 @@
#include "MantidMDEvents/MDBin.h"
#include "MantidMDEvents/MDBox.h"
#include "MantidMDEvents/MDLeanEvent.h"
#include "MantidNexusCPP/NeXusFile.hpp"
#include "MantidTestHelpers/MDEventsTestHelper.h"

using namespace Mantid;
Expand Down
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/MDEvents/test/MDGridBoxTest.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include "MantidMDEvents/MDBox.h"
#include "MantidMDEvents/MDLeanEvent.h"
#include "MantidMDEvents/MDGridBox.h"
#include "MantidNexusCPP/NeXusFile.hpp"
#include <nexus/NeXusFile.hpp>
#include "MantidTestHelpers/MDEventsTestHelper.h"
#include "MDBoxTest.h"
#include <boost/random/linear_congruential.hpp>
Expand Down

0 comments on commit 7b74382

Please sign in to comment.