File tree Expand file tree Collapse file tree 4 files changed +8
-14
lines changed Expand file tree Collapse file tree 4 files changed +8
-14
lines changed Original file line number Diff line number Diff line change 24
24
# include "config.h"
25
25
#endif
26
26
27
- /* YCM */
28
- #include <strings.h>
29
27
/* External libs */
30
- #include < bson.h>
31
- #include < mongoc.h>
32
- #include < mongoc-cursor-cursorid-private.h>
33
- #include < mongoc-read-prefs-private.h>
34
- #include < mongoc-bulk-operation-private.h>
35
- #include < mongoc-trace.h>
28
+ #include " bson.h"
29
+ #include " mongoc.h"
30
+ #include " mongoc-cursor-cursorid-private.h"
31
+ #include " mongoc-read-prefs-private.h"
32
+ #include " mongoc-bulk-operation-private.h"
33
+ #include " mongoc-trace.h"
36
34
37
35
38
36
/* PHP Core stuff */
Original file line number Diff line number Diff line change 22
22
#define PHONGO_H
23
23
24
24
/* External libs */
25
- #include < bson.h>
26
- #include < mongoc.h>
25
+ #include " bson.h"
26
+ #include " mongoc.h"
27
27
28
28
#define phpext_mongodb_ptr &mongodb_module_entry
29
29
extern zend_module_entry mongodb_module_entry ;
Original file line number Diff line number Diff line change 24
24
# include "config.h"
25
25
#endif
26
26
27
- /* YCM */
28
- #include <strings.h>
29
27
/* External libs */
30
28
#include <bson.h>
31
29
#include <mongoc.h>
Original file line number Diff line number Diff line change 24
24
# include "config.h"
25
25
#endif
26
26
27
- #include <strings.h>
28
-
29
27
/* External libs */
30
28
#include <bson.h>
31
29
#include <mongoc.h>
You can’t perform that action at this time.
0 commit comments