Update all #include directives to the currently preferred style.
[pspp-builds.git] / src / math / order-stats.h
index 07da284aa26af9faa95df9872d00163092471686..f3e470e652c32ad0020e38a88bcb4bfbf45bdc24 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPP - a program for statistical analysis.
-   Copyright (C) 2004, 2008 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2008, 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
@@ -18,8 +18,8 @@
 #define __ORDER_STATS_H__
 
 #include <stddef.h>
-#include <data/missing-values.h>
-#include <math/statistic.h>
+#include "data/missing-values.h"
+#include "math/statistic.h"
 
 struct casereader;
 struct variable;