Skip to content

Commit

Permalink
Refs #4399. Add IPropertyManager include.
Browse files Browse the repository at this point in the history
  • Loading branch information
martyngigg committed Feb 29, 2012
1 parent da946f0 commit 13991b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,13 @@
*/
#include "MantidPythonInterface/kernel/Registry/PropertyValueHandler.h"
#include "MantidKernel/PropertyWithValue.h"
#include "MantidKernel/IPropertyManager.h"
#include <boost/python/object.hpp>
#include <boost/python/extract.hpp>
#include <string>

namespace Mantid
{
namespace Kernel
{
class IPropertyManager;
}
namespace PythonInterface
{
namespace Registry
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@

#include <boost/python/extract.hpp>

#include <boost/python/detail/wrap_python.hpp>

namespace Mantid
{
namespace PythonInterface
Expand Down

0 comments on commit 13991b8

Please sign in to comment.