[ORC-RT] Remove unused header in unit test.
authorLang Hames <lhames@gmail.com>
Sun, 13 Jun 2021 10:45:20 +0000 (20:45 +1000)
committerLang Hames <lhames@gmail.com>
Sun, 13 Jun 2021 10:45:20 +0000 (20:45 +1000)
compiler-rt/lib/orc/unittests/simple_packed_serialization_test.cpp
compiler-rt/lib/orc/unittests/wrapper_function_utils_test.cpp

index 2e6d43d1fb9abd16e543f6dd84f55fbc6adf0fea..3b55aa9662c73d19e2da9596e9133f0f845de13b 100644 (file)
@@ -13,8 +13,6 @@
 #include "simple_packed_serialization.h"
 #include "gtest/gtest.h"
 
-#include <stdio.h>
-
 using namespace __orc_rt;
 
 TEST(SimplePackedSerializationTest, SPSOutputBuffer) {
index c1f6896ac05aa4415aa54ae65598646e379965a2..410f0aa90314f57601625faaf2ab40182be120a5 100644 (file)
@@ -13,8 +13,6 @@
 #include "wrapper_function_utils.h"
 #include "gtest/gtest.h"
 
-#include <stdio.h>
-
 using namespace __orc_rt;
 
 namespace {