forked from OSchip/llvm-project
[ORC-RT] Remove unused header in unit test.
This commit is contained in:
parent
fc3ca2cc08
commit
a7c3105adb
|
@ -13,8 +13,6 @@
|
|||
#include "simple_packed_serialization.h"
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
using namespace __orc_rt;
|
||||
|
||||
TEST(SimplePackedSerializationTest, SPSOutputBuffer) {
|
||||
|
|
|
@ -13,8 +13,6 @@
|
|||
#include "wrapper_function_utils.h"
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
using namespace __orc_rt;
|
||||
|
||||
namespace {
|
||||
|
|
Loading…
Reference in New Issue