Skip to content

Commit daf8cce

Browse files
authored
Consistent include pattern for libbson header in test-mongoc-collection.c (#1311)
1 parent 986316c commit daf8cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libmongoc/tests/test-mongoc-collection.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#include <bson/bcon.h>
2+
#include <bson/bson-dsl.h>
23
#include <mongoc/mongoc.h>
34
#include <mongoc/mongoc-client-private.h>
45
#include <mongoc/mongoc-cursor-private.h>
@@ -14,7 +15,6 @@
1415
#include "mock_server/future-functions.h"
1516
#include "mock_server/mock-server.h"
1617
#include "mock_server/mock-rs.h"
17-
#include "bson-dsl.h"
1818

1919

2020
BEGIN_IGNORE_DEPRECATIONS

0 commit comments

Comments
 (0)