Commit 109cdbb4 authored by Peter Eisentraut's avatar Peter Eisentraut

Remove inclusions of <malloc.h>.

parent f9698a93
...@@ -23,7 +23,6 @@ ...@@ -23,7 +23,6 @@
#include "qresult.h" #include "qresult.h"
#include "pgtypes.h" #include "pgtypes.h"
#include <stdlib.h> #include <stdlib.h>
#include <malloc.h>
#include <string.h> #include <string.h>
#ifndef WIN32 #ifndef WIN32
......
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
#include "connection.h" #include "connection.h"
#include "socket.h" #include "socket.h"
#include <stdlib.h> #include <stdlib.h>
#include <malloc.h>
#include <string.h> #include <string.h>
ColumnInfoClass * ColumnInfoClass *
......
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
#include "connection.h" #include "connection.h"
#include "statement.h" #include "statement.h"
#include <stdlib.h> #include <stdlib.h>
#include <malloc.h>
#include <string.h> #include <string.h>
/* The one instance of the handles */ /* The one instance of the handles */
......
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
*/ */
#include <stdlib.h> #include <stdlib.h>
#include <malloc.h>
#include "tuplelist.h" #include "tuplelist.h"
#include "tuple.h" #include "tuple.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment