[ORC-RT] Remove unused header in unit test.

This commit is contained in:
Lang Hames 2021-06-13 20:45:20 +10:00
parent fc3ca2cc08
commit a7c3105adb
2 changed files with 0 additions and 4 deletions

View File

@ -13,8 +13,6 @@
#include "simple_packed_serialization.h"
#include "gtest/gtest.h"
#include <stdio.h>
using namespace __orc_rt;
TEST(SimplePackedSerializationTest, SPSOutputBuffer) {

View File

@ -13,8 +13,6 @@
#include "wrapper_function_utils.h"
#include "gtest/gtest.h"
#include <stdio.h>
using namespace __orc_rt;
namespace {