File tree Expand file tree Collapse file tree 5 files changed +0
-16
lines changed Expand file tree Collapse file tree 5 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 2
2
#define MONGOC_INSIDE
3
3
#include <mongoc-gridfs-file-private.h>
4
4
#undef MONGOC_INSIDE
5
- #include <stdlib.h>
6
- #include <fcntl.h>
7
5
8
6
#include "test-libmongoc.h"
9
7
#include "mongoc-tests.h"
Original file line number Diff line number Diff line change 2
2
#include <mongoc-uri-private.h>
3
3
4
4
#include "mongoc-client-private.h"
5
- #include "mongoc-cluster-private.h"
6
- #include "mongoc-topology-private.h"
7
- #include "mongoc-topology-scanner-private.h"
8
5
#include "mongoc-tests.h"
9
6
#include "mongoc-util-private.h"
10
7
#include "TestSuite.h"
Original file line number Diff line number Diff line change 2
2
3
3
#include "ha-test.h"
4
4
5
- #include "mongoc-client.h"
6
5
#include "mongoc-client-private.h"
7
- #include "mongoc-cluster-private.h"
8
- #include "mongoc-cursor.h"
9
- #include "mongoc-cursor-private.h"
10
6
#include "mongoc-tests.h"
11
7
#include "mongoc-write-concern-private.h"
12
8
#include "TestSuite.h"
Original file line number Diff line number Diff line change 1
1
#include "mongoc-tests.h"
2
2
3
- #include <string.h>
4
-
5
3
#include "ha-test.h"
6
4
7
- #include "mongoc-client.h"
8
5
#include "mongoc-client-private.h"
9
- #include "mongoc-cluster-private.h"
10
- #include "mongoc-cursor.h"
11
6
#include "mongoc-cursor-private.h"
12
7
#include "mongoc-write-concern-private.h"
13
8
#include "TestSuite.h"
Original file line number Diff line number Diff line change 1
1
#include <mongoc.h>
2
- #include <stdio.h>
3
- #include <stdlib.h>
4
2
5
3
static bool gExpectingFailure ;
6
4
static bool gShutdown ;
You can’t perform that action at this time.
0 commit comments