summaryrefslogtreecommitdiff
path: root/gtk/font_pango.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2011-01-29 23:40:22 +0000
committerVincent Sanders <vince@netsurf-browser.org>2011-01-29 23:40:22 +0000
commit42f89d4e0b35bbe768918305b624e20ef654d619 (patch)
treede555d8fc6dcf8c1ed61c73301552bf0a9e06b8e /gtk/font_pango.c
parentcd5950936ade8320f3801ed213df41153e573f8b (diff)
downloadnetsurf-42f89d4e0b35bbe768918305b624e20ef654d619.tar.gz
netsurf-42f89d4e0b35bbe768918305b624e20ef654d619.tar.bz2
fixup gtk source file names
svn path=/trunk/netsurf/; revision=11529
Diffstat (limited to 'gtk/font_pango.c')
-rw-r--r--gtk/font_pango.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/font_pango.c b/gtk/font_pango.c
index 0671d12fb..d512ae69f 100644
--- a/gtk/font_pango.c
+++ b/gtk/font_pango.c
@@ -26,10 +26,11 @@
#include <assert.h>
#include <stdio.h>
#include <gtk/gtk.h>
+
#include "css/css.h"
#include "css/utils.h"
#include "gtk/font_pango.h"
-#include "gtk/gtk_plotters.h"
+#include "gtk/plotters.h"
#include "render/font.h"
#include "utils/utils.h"
#include "utils/log.h"