Update all #include directives to the currently preferred style.
[pspp-builds.git] / src / math / interaction.h
index 995d0684517d78a8207e040121126b1ae63f473c..13b13690f9360114826b2deda1597f4c9e3a2ae1 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
@@ -16,7 +16,8 @@
 
 #ifndef INTERACTION_H
 #define INTERACTION_H
-#include <data/case.h>
+
+#include "data/case.h"
 
 struct interaction_variable;
 struct interaction_value;