Update all #include directives to the currently preferred style.
[pspp-builds.git] / src / output / chart-item.h
index c005a46c8fc97387d1c0b4d2608d2e3770bcf390..ac25eb0a770ea4293868fa4c04c9ff74825ceeb5 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPP - a program for statistical analysis.
-   Copyright (C) 2009 Free Software Foundation, Inc.
+   Copyright (C) 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
@@ -25,7 +25,7 @@
    chart_item. */
 
 #include <stdbool.h>
-#include <output/output-item.h>
+#include "output/output-item.h"
 
 /* A chart item.
 
@@ -45,7 +45,7 @@ void chart_item_set_title (struct chart_item *, const char *);
    autogenerated by mk-class-boilerplate. */
 
 #include <assert.h>
-#include <libpspp/cast.h>
+#include "libpspp/cast.h"
 
 extern const struct output_item_class chart_item_class;