Update all #include directives to the currently preferred style.
[pspp-builds.git] / src / output / charts / plot-hist.h
index 237b8b3c11ef7d2ac612675ef879b456a96cf714..bf3674b00e53b986848b1d5bc12f2138513549bc 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
@@ -46,7 +46,7 @@ struct chart_item *histogram_chart_create (const gsl_histogram *,
    autogenerated by mk-class-boilerplate. */
 
 #include <assert.h>
-#include <libpspp/cast.h>
+#include "libpspp/cast.h"
 
 extern const struct chart_item_class histogram_chart_class;