diff --git a/src/io/paddle_test_inference_api.cpp b/src/io/paddle_test_inference_api.cpp index c3ce9d6b6abb6440b719cbbb8704b16bab6c3e8d..97410ff32e31298bfd35abcc7dfc8cef61fe017a 100644 --- a/src/io/paddle_test_inference_api.cpp +++ b/src/io/paddle_test_inference_api.cpp @@ -13,7 +13,6 @@ See the License for the specific language governing permissions and limitations under the License. */ #include "io/paddle_test_inference_api.h" -#include "common/types.h" #include "io/paddle_mobile.h" namespace paddle_mobile { template diff --git a/src/io/paddle_test_inference_api.h b/src/io/paddle_test_inference_api.h index 448f8f78e042f3b027008523e466862c727feaa4..b203bac43d17cafd7655911df5a5116b215413bd 100644 --- a/src/io/paddle_test_inference_api.h +++ b/src/io/paddle_test_inference_api.h @@ -20,8 +20,8 @@ limitations under the License. */ */ #pragma once +#include "common/types.h" #include "string" - namespace paddle_mobile { template class PaddleTester {