summaryrefslogtreecommitdiff
path: root/vcl/generic
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/generic')
-rw-r--r--vcl/generic/fontmanager/fontmanager.cxx2
-rw-r--r--vcl/generic/glyphs/glyphcache.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/vcl/generic/fontmanager/fontmanager.cxx b/vcl/generic/fontmanager/fontmanager.cxx
index 7d2710fd7a22..91e638a592d6 100644
--- a/vcl/generic/fontmanager/fontmanager.cxx
+++ b/vcl/generic/fontmanager/fontmanager.cxx
@@ -65,7 +65,7 @@
#include <boost/unordered_set.hpp>
#include <algorithm>
-#include "adobeenc.tab" // get encoding table for AFM metrics
+#include "adobeenc.tab"
#ifdef CALLGRIND_COMPILE
#include <valgrind/callgrind.h>
diff --git a/vcl/generic/glyphs/glyphcache.cxx b/vcl/generic/glyphs/glyphcache.cxx
index 39cccd377d1d..2cda76f442f3 100644
--- a/vcl/generic/glyphs/glyphcache.cxx
+++ b/vcl/generic/glyphs/glyphcache.cxx
@@ -32,7 +32,7 @@
#include <graphite_features.hxx>
#endif
-#include <rtl/ustring.hxx> // used only for string=>hashvalue
+#include <rtl/ustring.hxx>
#include <osl/file.hxx>
#include <tools/debug.hxx>