Use angle brackets for standard-library imports.
PiperOrigin-RevId: 479168997 Change-Id: Ib6820f159c35fff4be9169679cde344855a9cd53
This commit is contained in:
committed by
Copybara-Service
parent
af7f48d9e6
commit
d995787cb7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user