[evolution-data-server] Remove #include <malloc.h> from a file



commit fa46f261932906c5a31dc029078927dc7655874c
Author: Ryan Lortie <desrt desrt ca>
Date:   Tue Jan 7 16:31:53 2014 -0500

    Remove #include <malloc.h> from a file
    
    This ancient header has long been deprecated in favour of <stdlib.h> but
    this file uses GLib memory functions anyway, so neither is required.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=721737

 calendar/libedata-cal/e-cal-backend-intervaltree.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/calendar/libedata-cal/e-cal-backend-intervaltree.c 
b/calendar/libedata-cal/e-cal-backend-intervaltree.c
index 3739b9f..97e64b0 100644
--- a/calendar/libedata-cal/e-cal-backend-intervaltree.c
+++ b/calendar/libedata-cal/e-cal-backend-intervaltree.c
@@ -36,7 +36,6 @@
 
 #include <stdio.h>
 #include <string.h>
-#include <malloc.h>
 
 #include "e-cal-backend-intervaltree.h"
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]