Update all #include directives to the currently preferred style.
[pspp-builds.git] / src / output / cairo-chart.c
index b5e17e0f11d15b143b4b577d0833dcc5e44f8f38..3ec00ce9a53920c978afcb05bc2ec598f0cf304c 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPP - a program for statistical analysis.
-   Copyright (C) 2004, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2009, 2010, 2011 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -35,9 +35,9 @@
 #include "output/cairo.h"
 #include "output/chart-item.h"
 
-#include "error.h"
-#include "xalloc.h"
-#include "xvasprintf.h"
+#include "gl/error.h"
+#include "gl/xalloc.h"
+#include "gl/xvasprintf.h"
 
 #include "gettext.h"
 #define _(msgid) gettext (msgid)
@@ -83,7 +83,7 @@ xrchart_geometry_free (cairo_t *cr UNUSED, struct xrchart_geometry *geom)
   free (geom->dataset);
 }
 
-#if ! PANGO_VERSION_CHECK (2, 22, 0)
+#if ! PANGO_VERSION_CHECK (1, 22, 0)
 int pango_layout_get_baseline (PangoLayout    *layout);
 
 /* Shamelessly copied from the pango source */