File tree Expand file tree Collapse file tree 4 files changed +0
-4
lines changed Expand file tree Collapse file tree 4 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 23
23
#include "qresult.h"
24
24
#include "pgtypes.h"
25
25
#include <stdlib.h>
26
- #include <malloc.h>
27
26
#include <string.h>
28
27
29
28
#ifndef WIN32
Original file line number Diff line number Diff line change 16
16
#include "connection.h"
17
17
#include "socket.h"
18
18
#include <stdlib.h>
19
- #include <malloc.h>
20
19
#include <string.h>
21
20
22
21
ColumnInfoClass *
Original file line number Diff line number Diff line change 17
17
#include "connection.h"
18
18
#include "statement.h"
19
19
#include <stdlib.h>
20
- #include <malloc.h>
21
20
#include <string.h>
22
21
23
22
/* The one instance of the handles */
Original file line number Diff line number Diff line change 13
13
*/
14
14
15
15
#include <stdlib.h>
16
- #include <malloc.h>
17
16
#include "tuplelist.h"
18
17
#include "tuple.h"
19
18
You can’t perform that action at this time.
0 commit comments