Update all #include directives to the currently preferred style.
[pspp-builds.git] / src / math / ts / innovations.h
index f0e40c59f7e2400b0d47609534a14ba1e64c3580..7693690ce58e072e91305619b15508c7e001a644 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
@@ -25,8 +25,9 @@
  */
 #ifndef INNOVATIONS_H
 #define INNOVATIONS_H
-#include <math/coefficient.h>
-#include <math/design-matrix.h>
+
+#include "math/coefficient.h"
+#include "math/design-matrix.h"
 
 struct innovations_estimate
 {