From a809fc6b3258ec3495ad12fd66fc569f2d0a3c96 Mon Sep 17 00:00:00 2001
From: Stuart Campbell <campbellsi@ornl.gov>
Date: Mon, 7 Mar 2011 18:48:59 +0000
Subject: [PATCH] refs #1349

---
 Code/Mantid/Framework/PythonAPI/src/SimplePythonAPI.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Code/Mantid/Framework/PythonAPI/src/SimplePythonAPI.cpp b/Code/Mantid/Framework/PythonAPI/src/SimplePythonAPI.cpp
index 5d1ed83901a..bee07ca809f 100644
--- a/Code/Mantid/Framework/PythonAPI/src/SimplePythonAPI.cpp
+++ b/Code/Mantid/Framework/PythonAPI/src/SimplePythonAPI.cpp
@@ -13,9 +13,9 @@
 #include "MantidAPI/AlgorithmFactory.h"
 #include "MantidAPI/Algorithm.h"
 #include "MantidKernel/ConfigService.h"
-#include "Poco/DirectoryIterator.h"
-#include "Poco/Path.h"
-#include "Poco/File.h"
+#include <Poco/DirectoryIterator.h>
+#include <Poco/Path.h>
+#include <Poco/File.h>
 
 namespace Mantid
 {
-- 
GitLab