Update all #include directives to the currently preferred style.
[pspp-builds.git] / src / output / charts / plot-hist-cairo.c
index a70fa174fa7b72511856e67b359a18c12ece6d99..d000a1ac21e26f2961e80b6ced90c94932ee94ff 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
 
 #include <config.h>
 
-#include <output/charts/plot-hist.h>
+#include "output/charts/plot-hist.h"
 
 #include <gsl/gsl_randist.h>
 
-#include <data/val-type.h>
-#include <output/cairo-chart.h>
+#include "data/val-type.h"
+#include "output/cairo-chart.h"
 
 #include "gl/xvasprintf.h"