diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-14 10:49:10 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-14 10:54:32 +1100 |
commit | c80c1b19719bb4c87384867936989299a362c040 (patch) | |
tree | b2a3fe1d7782ab47c693c3f13599118dee4f7148 /vcl/inc | |
parent | 8689db0049718d203ed2900e612ef4221b09ec85 (diff) |
vcl: no need to include cstdio in fontsubset.hxx
Change-Id: I6172446f7d81698f8222f46db47eb13351d46cce
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/fontsubset.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/fontsubset.hxx b/vcl/inc/fontsubset.hxx index d728d1fdcb56..0507f2a6e66e 100644 --- a/vcl/inc/fontsubset.hxx +++ b/vcl/inc/fontsubset.hxx @@ -22,7 +22,6 @@ #include <rtl/ustring.hxx> #include <tools/gen.hxx> -#include <cstdio> #include "salglyphid.hxx" |