Use angle brackets for standard-library imports.

PiperOrigin-RevId: 479168997
Change-Id: Ib6820f159c35fff4be9169679cde344855a9cd53
This commit is contained in:
Tom Erez
2022-10-05 16:16:29 -07:00
committed by Copybara-Service
parent af7f48d9e6
commit d995787cb7
+2 -2
View File
@@ -27,8 +27,8 @@ extern "C" {
#define mjVERSION_HEADER 222
// needed to define size_t, fabs and log10
#include "stdlib.h"
#include "math.h"
#include <stdlib.h>
#include <math.h>
// type definitions