diff --git a/test/framework/test_optimize.cpp b/test/framework/test_optimize.cpp index f898727651d07f580f9babdbcb5633a9ef0908bc..757e258a8e6285ec38a4534faefc82ff623137cf 100644 --- a/test/framework/test_optimize.cpp +++ b/test/framework/test_optimize.cpp @@ -12,9 +12,9 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ -#include "io.h" #include "framework/program/program-optimize/node.h" #include "framework/program/program-optimize/program_optimize.h" +#include "io.h" int main() { paddle_mobile::Loader loader; diff --git a/test/operators/test_cov_op.cpp b/test/operators/test_cov_op.cpp index 34ff29d85f8baa31b01f63bddff5111486505b23..792bb7139a0b47a4ddad35b2f1ad4a7e16b1235e 100644 --- a/test/operators/test_cov_op.cpp +++ b/test/operators/test_cov_op.cpp @@ -12,9 +12,9 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ -#include "io.h" -#include "../test_helper.h" #include "../executor_for_test.h" +#include "../test_helper.h" +#include "io.h" int main() { paddle_mobile::Loader loader;