Update all #include directives to the currently preferred style.
[pspp-builds.git] / src / math / ts / innovations.c
index 3ab2f3edce165ed0a709688e711867986683eee3..ba2120fb4e6bc735f41d300b5aef406be5c2828d 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPP - a program for statistical analysis.
-   Copyright (C) 2006 Free Software Foundation, Inc.
+   Copyright (C) 2006, 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 <math.h>
-#include <stdlib.h>
+#include "math/ts/innovations.h"
 
 #include <gsl/gsl_matrix.h>
 #include <gsl/gsl_vector.h>
-#include <libpspp/compiler.h>
-#include <libpspp/misc.h>
-#include <math/coefficient.h>
-#include <math/ts/innovations.h>
+#include <math.h>
+#include <stdlib.h>
+
+#include "libpspp/compiler.h"
+#include "libpspp/misc.h"
+#include "math/coefficient.h"
 
-#include "xalloc.h"
+#include "gl/xalloc.h"
 
 static void
 get_mean (const gsl_matrix *data,