Removed unneeded include

This commit is contained in:
Sebastian Messmer 2016-07-15 12:51:29 +02:00
parent c428d5642a
commit 6fc62a58fa

View File

@ -1,7 +1,6 @@
#include "blockstore/implementations/mock/MockBlock.h"
#include "blockstore/implementations/mock/MockBlockStore.h"
#include "../../testutils/BlockStoreTest.h"
#include "../../testutils/BlockStoreWithRandomKeysTest.h"
#include <gtest/gtest.h>
#include <cpp-utils/pointer/unique_ref_boost_optional_gtest_workaround.h>