Update all #include directives to the currently preferred style.
[pspp-builds.git] / src / output / charts / roc-chart.h
index a995f9302d4f3f4d3d39feefb2045a01ba62a3fe..309ac38e987a432c67454b0e6c2996b9cd725a54 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
@@ -19,7 +19,7 @@
 
 #include <stdbool.h>
 #include <stddef.h>
-#include <output/chart-item.h>
+#include "output/chart-item.h"
 
 struct roc_chart
   {
@@ -44,7 +44,7 @@ void roc_chart_add_var (struct roc_chart *, const char *var_name,
    autogenerated by mk-class-boilerplate. */
 
 #include <assert.h>
-#include <libpspp/cast.h>
+#include "libpspp/cast.h"
 
 extern const struct chart_item_class roc_chart_class;