Update all #include directives to the currently preferred style.
[pspp-builds.git] / src / output / charts / piechart.h
index 312a45ee08ce759f84e9c02e2991ca9acd3163f0..b59a7296d14e792031a595a1c024808c25a13451 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPP - a program for statistical analysis.
-   Copyright (C) 2004, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2009, 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
@@ -17,8 +17,8 @@
 #ifndef PIECHART_H
 #define PIECHART_H
 
-#include <libpspp/str.h>
-#include <output/chart-item.h>
+#include "libpspp/str.h"
+#include "output/chart-item.h"
 
 struct piechart
   {
@@ -40,7 +40,7 @@ struct chart_item *piechart_create (const char *title,
    autogenerated by mk-class-boilerplate. */
 
 #include <assert.h>
-#include <libpspp/cast.h>
+#include "libpspp/cast.h"
 
 extern const struct chart_item_class piechart_class;