Update all #include directives to the currently preferred style.
[pspp-builds.git] / src / data / dict-class.c
index c79b29a28fb387d0bea1ed6024240c7785abe4f1..5f0d036f1b0d5b8543eb86213c645135544655ad 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPP - a program for statistical analysis.
-   Copyright (C) 2007 Free Software Foundation, Inc.
+   Copyright (C) 2007, 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,9 +16,9 @@
 
 #include <config.h>
 
-#include <data/dict-class.h>
+#include "data/dict-class.h"
 
-#include <libpspp/assertion.h>
+#include "libpspp/assertion.h"
 
 #include "gettext.h"
 #define _(msgid) gettext (msgid)