Update all #include directives to the currently preferred style.
[pspp-builds.git] / src / math / extrema.h
index d891c533c91824be90c37e5ea80ae90fac00424b..5c8fa6062e6118a1229a3c218b7925ae2372a977 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPP - a program for statistical analysis.
-   Copyright (C) 2008 Free Software Foundation, Inc.
+   Copyright (C) 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 __EXTREMA_H__ 1
 
 #include <stddef.h>
-#include <data/case.h>
-#include <libpspp/ll.h>
+#include "data/case.h"
+#include "libpspp/ll.h"
 
 struct extremum
 {