Update all #include directives to the currently preferred style.
[pspp-builds.git] / src / language / tests / pool-test.c
index df91f1ae70aa19271239e97711e16cf658fcaf3a..9bfcad0001560c55f9aa5e8abaff448188722e96 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPP - a program for statistical analysis.
-   Copyright (C) 2000 Free Software Foundation, Inc.
+   Copyright (C) 2000, 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
    along with this program.  If not, see <http://www.gnu.org/licenses/>. */
 
 #include <config.h>
-#include <libpspp/pool.h>
-#include <language/command.h>
+
 #include <errno.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <time.h>
 
+#include "libpspp/pool.h"
+#include "language/command.h"
+
 #define N_ITERATIONS 8192
 #define N_FILES 16