Salome HOME
Fix configuration / compilation problems in KERNEL (wrong #include syntax for local...
[tools/libbatch.git] / src / Local / Test / Test_Local_SH.cxx
index 89a593fb09f2900df1529d17748cd0cb528764b3..c430ae54b233cf718d73dd15585a382b42c45c60 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 <Test_Local_config.h>
-#include <SimpleParser.hxx>
+#include "Batch_Constants.hxx"
+#include "Batch_Job.hxx"
+#include "Batch_BatchManagerCatalog.hxx"
+#include "Batch_FactBatchManager.hxx"
+#include "Batch_BatchManager.hxx"
+
+#include "Test_Local_config.h"
+#include "SimpleParser.hxx"
 
 using namespace std;
 using namespace Batch;