Github #229 Remove unused include
authorMike Kelly <mike.kelly@arm.com>
Mon, 22 Jul 2019 13:55:51 +0000 (14:55 +0100)
committerMatteo Martincigh <matteo.martincigh@arm.com>
Mon, 22 Jul 2019 15:37:51 +0000 (15:37 +0000)
 * experimental/filesystem is unavailable in some versions of LLVM

Change-Id: I0136bc911f2607561e8000fe9fa7c07f480554b6
Signed-off-by: Mike Kelly <mike.kelly@arm.com>
src/armnnTfLiteParser/test/ParserFlatbuffersFixture.hpp

index fdd8b82..b20bea2 100644 (file)
@@ -13,7 +13,6 @@
 #include <boost/filesystem.hpp>
 #include <boost/assert.hpp>
 #include <boost/format.hpp>
-#include <experimental/filesystem>
 
 #include "test/TensorHelpers.hpp"