removed includes

This commit is contained in:
Francis ANDRE
2016-01-11 19:00:18 +01:00
118 changed files with 126 additions and 126 deletions

View File

@@ -27,7 +27,7 @@ using Poco::PipeInputStream;
using Poco::PipeOutputStream;
ProcessTest::ProcessTest(const std::string& name): CppUnit::TestCase(name)
ProcessTest::ProcessTest(const std::string& rName): CppUnit::TestCase(rName)
{
}