diff --git a/src/io/paddle_test_inference_api.cpp b/src/io/paddle_test_inference_api.cpp index 1d69856653ab00ab498271b13c249d645eff6dfb..c3ce9d6b6abb6440b719cbbb8704b16bab6c3e8d 100644 --- a/src/io/paddle_test_inference_api.cpp +++ b/src/io/paddle_test_inference_api.cpp @@ -13,6 +13,8 @@ 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 double PaddleTester::CaculatePredictTime(std::string *cl_path) { diff --git a/src/io/paddle_test_inference_api.h b/src/io/paddle_test_inference_api.h index 528647aae06433c8ddc2db3ca2c720fa358081d0..448f8f78e042f3b027008523e466862c727feaa4 100644 --- a/src/io/paddle_test_inference_api.h +++ b/src/io/paddle_test_inference_api.h @@ -20,8 +20,6 @@ limitations under the License. */ */ #pragma once -#include "common/types.h" -#include "io/paddle_mobile.h" #include "string" namespace paddle_mobile {