summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-02-12 14:45:38 -0500
committerMatthias Clasen <mclasen@redhat.com>2022-02-17 14:01:45 -0600
commit6da17d5485443b003f7861ecf6c893c7c6fdacd3 (patch)
tree7cdabec1f3b9b23768635ac2ebc7d90b6ac26537
parentdc283c25d48d1fd1932b47a2f3d6146b95594776 (diff)
downloadpango-6da17d5485443b003f7861ecf6c893c7c6fdacd3.tar.gz
Cosmetics
-rw-r--r--pango/pango-font-face.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/pango/pango-font-face.c b/pango/pango-font-face.c
index 585db6c1..933b341d 100644
--- a/pango/pango-font-face.c
+++ b/pango/pango-font-face.c
@@ -22,20 +22,6 @@
#include "pango-font-face-private.h"
-#if 0
-#include <stdlib.h>
-#include <math.h>
-#include <string.h>
-
-#include <gio/gio.h>
-
-#include "pango-types.h"
-#include "pango-font-private.h"
-#include "pango-font-metrics-private.h"
-#include "pango-fontmap.h"
-#include "pango-impl-utils.h"
-#endif
-
G_DEFINE_ABSTRACT_TYPE (PangoFontFace, pango_font_face, G_TYPE_OBJECT)