diff --git a/mace/ops/pad_test.cc b/mace/ops/pad_test.cc index 158e58f50314e2ed17b2e864a581cd5f0024f550..f0b1308bafd2a7d865c4ac57a96e52d4f79fd61c 100644 --- a/mace/ops/pad_test.cc +++ b/mace/ops/pad_test.cc @@ -12,12 +12,13 @@ // See the License for the specific language governing permissions and // limitations under the License. -#include "mace/ops/ops_test_util.h" -#include "mace/ops/pad.h" #include #include #include +#include "mace/ops/ops_test_util.h" +#include "mace/ops/pad.h" + namespace mace { namespace ops { namespace test {