Switch to unified view

a/src/utils/pathut.cpp b/src/utils/pathut.cpp
...
...
546
{
546
{
547
    return unlink(m_path.c_str());
547
    return unlink(m_path.c_str());
548
}
548
}
549
549
550
#else // TEST_PATHUT
550
#else // TEST_PATHUT
551
551
#include <stdlib.h>
552
#include <iostream>
552
#include <iostream>
553
using namespace std;
553
using namespace std;
554
554
555
#include "pathut.h"
555
#include "pathut.h"
556
556