summaryrefslogtreecommitdiff
path: root/vcl/source/glyphs/graphite_layout.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/glyphs/graphite_layout.cxx')
-rw-r--r--vcl/source/glyphs/graphite_layout.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/vcl/source/glyphs/graphite_layout.cxx b/vcl/source/glyphs/graphite_layout.cxx
index d26a15f31b03..e7d54f48c219 100644
--- a/vcl/source/glyphs/graphite_layout.cxx
+++ b/vcl/source/glyphs/graphite_layout.cxx
@@ -29,9 +29,6 @@
// #define GRLAYOUT_DEBUG 1
-// Header files
-
-// Standard Library
#include <algorithm>
#include <cassert>
#include <functional>
@@ -39,7 +36,6 @@
#include <numeric>
#include <deque>
-// Platform
#include <config_global.h>
#include <svsys.h>
@@ -61,10 +57,6 @@
#include <graphite_layout.hxx>
#include <graphite_features.hxx>
-// Module private type definitions and forward declarations.
-
-// Module private names.
-
#ifdef GRLAYOUT_DEBUG
static FILE * grLog()
{