Salome HOME
Fix configuration / compilation problems in KERNEL (wrong #include syntax for local...
[tools/libbatch.git] / src / PBS / Test / Test_PBS.cxx
index 1425cbd28055439cb8fe7b490e5219842c771e42..ddec1fb8c1a3e1ecf0b2cecb6f7c7eca60f6187f 100644 (file)
 #include <iostream>
 #include <fstream>
 
-#include <Batch_Constants.hxx>
-#include <Batch_Job.hxx>
-#include <Batch_BatchManagerCatalog.hxx>
-#include <Batch_FactBatchManager.hxx>
-#include <Batch_BatchManager.hxx>
+#include "Batch_Constants.hxx"
+#include "Batch_Job.hxx"
+#include "Batch_BatchManagerCatalog.hxx"
+#include "Batch_FactBatchManager.hxx"
+#include "Batch_BatchManager.hxx"
 
-#include <SimpleParser.hxx>
+#include "SimpleParser.hxx"
 
 using namespace std;
 using namespace Batch;