[Libreoffice-commits] core.git: vcl/win

Tor Lillqvist tml at collabora.com
Thu Apr 7 10:30:49 UTC 2016


 vcl/win/gdi/salfont.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit e821558b2e233a9c04712555a6bdcb5020c1209f
Author: Tor Lillqvist <tml at collabora.com>
Date:   Mon Mar 28 16:38:24 2016 +0300

    No need for <malloc.h> here
    
    Change-Id: I809143b0c2b5fe36ce01f44e6eca2f33ae36198f

diff --git a/vcl/win/gdi/salfont.cxx b/vcl/win/gdi/salfont.cxx
index 4b844c3..d7c9627 100644
--- a/vcl/win/gdi/salfont.cxx
+++ b/vcl/win/gdi/salfont.cxx
@@ -21,7 +21,6 @@
 #include <config_folders.h>
 
 #include <algorithm>
-#include <malloc.h>
 #include <map>
 #include <set>
 #include <string.h>


More information about the Libreoffice-commits mailing list