Use the msg function to report errors wherever possible.
[pspp] / src / output / cairo-chart.c
index 78f5fabab7249ae2fdfff448be9891f120cb40f1..dd0cd0563b42e5854cbc1908426681528f60770a 100644 (file)
@@ -22,7 +22,6 @@
 #include <cairo/cairo.h>
 #include <pango/pango.h>
 #include <pango/pangocairo.h>
-#include <errno.h>
 #include <float.h>
 #include <math.h>
 #include <stdarg.h>
@@ -35,7 +34,6 @@
 #include "output/cairo.h"
 #include "output/chart-item.h"
 
-#include "gl/error.h"
 #include "gl/xalloc.h"
 #include "gl/xvasprintf.h"