From dffd0a4a8e99196ad27f8fde2430b09dd29cac57 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 18 May 2017 20:14:01 +0300 Subject: Move catch.hpp into test directory. Also replace include catch.hpp into generic unittests.h --- src/fs/files_unittest.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/fs/files_unittest.cc') diff --git a/src/fs/files_unittest.cc b/src/fs/files_unittest.cc index 05953f04f..856162780 100644 --- a/src/fs/files_unittest.cc +++ b/src/fs/files_unittest.cc @@ -18,11 +18,12 @@ * along with this program. If not, see . */ -#include "fs/files.h" +#include "test/unittests.h" -#include "catch.hpp" #include "logger.h" +#include "fs/files.h" + #include "fs/virtfs/fs.h" #include "fs/virtfs/tools.h" -- cgit v1.2.3-60-g2f50