Update all #include directives to the currently preferred style.
[pspp-builds.git] / src / language / stats / aggregate.h
index 1a50bbe4caea0a167b75e99a1b06bf8d790f14d3..8cddbcfa574120a20d326732079f3f849f070e34 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPP - a program for statistical analysis.
-   Copyright (C) 2010 Free Software Foundation, Inc.
+   Copyright (C) 2010, 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
 #ifndef AGGREGATE_H
 #define AGGREGATE_H
 
-#include <data/format.h>
-#include <data/val-type.h>
-
 #include <stddef.h>
 
+#include "data/format.h"
+#include "data/val-type.h"
+
 enum agr_src_vars
   {
     AGR_SV_NO,