summaryrefslogtreecommitdiffstats
path: root/vcl/win/gdi
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-03-28 16:38:24 +0300
committerTor Lillqvist <tml@collabora.com>2016-04-07 13:29:56 +0300
commite821558b2e233a9c04712555a6bdcb5020c1209f (patch)
treee02db2bd022eadaa0ab2cc5c86cd392d1ee56767 /vcl/win/gdi
parentRevert "reduce unnecessary realloc'ing" (diff)
downloadcore-e821558b2e233a9c04712555a6bdcb5020c1209f.tar.gz
core-e821558b2e233a9c04712555a6bdcb5020c1209f.zip
No need for <malloc.h> here
Change-Id: I809143b0c2b5fe36ce01f44e6eca2f33ae36198f
Diffstat (limited to 'vcl/win/gdi')
-rw-r--r--vcl/win/gdi/salfont.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/win/gdi/salfont.cxx b/vcl/win/gdi/salfont.cxx
index 4b844c365003..d7c96277b613 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>