Skip to content

Commit 2dc348a

Browse files
authored
CDRIVER-5866 use more <> includes (#1847)
1 parent 56a89c5 commit 2dc348a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/libbson/src/bson/bson-timegm.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
#include <bson/bson-macros.h>
1515
#include <bson/bson-timegm-private.h>
1616

17-
#include "errno.h"
18-
#include "string.h"
17+
#include <errno.h>
18+
#include <string.h>
1919
#include <stdint.h> /* for INT64_MAX and INT64_MIN */
2020

2121
/* Unlike <ctype.h>'s isdigit, this also works if c < 0 | c > UCHAR_MAX. */

src/libmongoc/src/mongoc/mongoc-crypt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#include <mongoc/mongoc-http-private.h>
3333
#include <mongoc/mcd-azure.h>
3434
#include <mongoc/mcd-time.h>
35-
#include "service-gcp.h"
35+
#include <mongoc/service-gcp.h>
3636
#include <common-string-private.h>
3737
#include <common-cmp-private.h>
3838

0 commit comments

Comments
 (0)