Skip to content

Commit

Permalink
Refs #4399. Another slight reorg for better structure
Browse files Browse the repository at this point in the history
  • Loading branch information
martyngigg committed Mar 1, 2012
1 parent cc4ab28 commit 64b99a4
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "MantidAPI/FrameworkManager.h"
#include "MantidAPI/AlgorithmManager.h"
#include "MantidAPI/IAlgorithm.h"
#include "MantidPythonInterface/kernel/PyEnvironment.h"
#include "MantidPythonInterface/kernel/Environment/PyEnvironment.h"

#include <boost/python/class.hpp>
#include <boost/python/def.hpp>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "MantidPythonInterface/api/PythonAlgorithm/AlgorithmWrapper.h"
#include "MantidPythonInterface/kernel/WrapperHelpers.h"
#include "MantidPythonInterface/kernel/Environment/WrapperHelpers.h"
#include <boost/python/class.hpp>

using namespace boost::python;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ set ( SRC_FILES
src/Registry/SequenceTypeHandler.cpp
src/Registry/TypeRegistry.cpp
src/Registry/UpcastRegistry.cpp
src/PyEnvironment.cpp
src/WrapperHelpers.cpp
src/Environment/PyEnvironment.cpp
src/Environment/WrapperHelpers.cpp
)

set ( INC_FILES
Expand All @@ -62,9 +62,9 @@ set ( INC_FILES
${HEADER_DIR}/kernel/Registry/UpcastRegistry.h
${HEADER_DIR}/kernel/PythonObjectInstantiator.h
${HEADER_DIR}/kernel/PropertyWithValue.h
${HEADER_DIR}/kernel/PyEnvironment.h
${HEADER_DIR}/kernel/Environment/PyEnvironment.h
${HEADER_DIR}/kernel/StlExportDefinitions.h
${HEADER_DIR}/kernel/WrapperHelpers.h
${HEADER_DIR}/kernel/Environment/WrapperHelpers.h
)

set ( PY_FILES
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
//-----------------------------------------------------------------------------
// Includes
//-----------------------------------------------------------------------------
#include "MantidPythonInterface/kernel/PyEnvironment.h"
#include "MantidPythonInterface/kernel/Environment/PyEnvironment.h"

// This is technically not necessary but it ensures that Python.h is included
// correctly
#include <boost/python/object.hpp>
#include <boost/python/detail/wrap_python.hpp>
#include <frameobject.h>
#include <cstring>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//-----------------------------------------------------------------------------
// Includes
//-----------------------------------------------------------------------------
#include "MantidPythonInterface/kernel/WrapperHelpers.h"
#include "MantidPythonInterface/kernel/Environment/WrapperHelpers.h"

namespace Mantid
{
Expand Down

0 comments on commit 64b99a4

Please sign in to comment.