keep absolute path

This commit is contained in:
Nathan Lapierre 2014-06-05 02:07:49 -03:00
parent 7b47f1c59a
commit 6ea2db4cb1

View file

@ -1,9 +1,10 @@
#include "../UnitTest++.h"
#include "UnitTest++/UnitTestPP.h"
#include "RecordingReporter.h"
#include "../ReportAssert.h"
#include "../TestList.h"
#include "../TimeHelpers.h"
#include "../TimeConstraint.h"
#include "UnitTest++/ReportAssert.h"
#include "UnitTest++/TestList.h"
#include "UnitTest++/TimeHelpers.h"
#include "UnitTest++/TimeConstraint.h"
#include "UnitTest++/ReportAssertImpl.h"
using namespace UnitTest;