Skip to content

Commit 45cf893

Browse files
authored
CDRIVER-5866 use quoted includes (#1836)
1 parent 69d04ae commit 45cf893

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/libmongoc/src/mongoc/mongoc-init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
#ifdef MONGOC_ENABLE_SASL_CYRUS
5454
#include <sasl/sasl.h>
55-
#include <mongoc-cyrus-private.h> // _mongoc_cyrus_verifyfile_cb
55+
#include "mongoc-cyrus-private.h" // _mongoc_cyrus_verifyfile_cb
5656

5757
static void *
5858
mongoc_cyrus_mutex_alloc (void)

src/libmongoc/src/mongoc/utlist.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#ifndef MONGOC_UTLIST_H
1818
#define MONGOC_UTLIST_H
1919

20-
#include <mongoc-prelude.h>
20+
#include "mongoc-prelude.h"
2121

2222
#include <uthash-2.3.0/utlist.h>
2323

0 commit comments

Comments
 (0)