Skip to content

Commit

Permalink
Re #8487. Put include in right place to make Windows happy.
Browse files Browse the repository at this point in the history
Also clear up a few unused headers.
  • Loading branch information
RussellTaylor committed Mar 6, 2014
1 parent 38955ae commit 168e8c4
Showing 1 changed file with 1 addition and 9 deletions.
Expand Up @@ -2,28 +2,20 @@
#define MANTID_GEOMETRY_INSTRUMENTDEFINITIONPARSERTEST_H_

#include <cxxtest/TestSuite.h>
#include "MantidKernel/Timer.h"
#include "MantidKernel/System.h"
#include <iostream>
#include <iomanip>

#include <Poco/DOM/Document.h>
#include "MantidGeometry/Instrument/InstrumentDefinitionParser.h"
#include "MantidKernel/ConfigService.h"
#include "MantidKernel/Strings.h"
#include "MantidKernel/V3D.h"
#include "MantidGeometry/Instrument/RectangularDetector.h"
#include "MantidGeometry/Instrument/ReferenceFrame.h"
#include "MantidTestHelpers/ScopedFileHelper.h"

#include <gmock/gmock.h>
#include <boost/tuple/tuple.hpp>
#include <Poco/DOM/Document.h>

using namespace Mantid;
using namespace Mantid::Kernel;
using namespace Mantid::Geometry;
using Mantid::Kernel::ConfigService;
using Mantid::Kernel::Strings::loadFile;
using namespace testing;
using ScopedFileHelper::ScopedFile;

Expand Down

0 comments on commit 168e8c4

Please sign in to comment.