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

Remove inclusions of <malloc.h>.

parent f9698a93
......@@ -23,7 +23,6 @@
#include "qresult.h"
#include "pgtypes.h"
#include <stdlib.h>
#include <malloc.h>
#include <string.h>
#ifndef WIN32
......
......@@ -16,7 +16,6 @@
#include "connection.h"
#include "socket.h"
#include <stdlib.h>
#include <malloc.h>
#include <string.h>
ColumnInfoClass *
......
......@@ -17,7 +17,6 @@
#include "connection.h"
#include "statement.h"
#include <stdlib.h>
#include <malloc.h>
#include <string.h>
/* The one instance of the handles */
......
......@@ -13,7 +13,6 @@
*/
#include <stdlib.h>
#include <malloc.h>
#include "tuplelist.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