Update all #include directives to the currently preferred style.
[pspp-builds.git] / src / output / table-item.h
index 01e9899b880e9dfe93b961c5ea88cf0f05eed356..dddf846ca952a08ea0709ffc72f737b9654da175 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
@@ -23,8 +23,8 @@
    contains a table (see table.h) and some formatting properties (currently
    just a caption). */
 
-#include <libpspp/compiler.h>
-#include <output/output-item.h>
+#include "libpspp/compiler.h"
+#include "output/output-item.h"
 
 /* A table item.
 
@@ -48,7 +48,7 @@ void table_item_set_caption (struct table_item *, const char *);
    autogenerated by mk-class-boilerplate. */
 
 #include <assert.h>
-#include <libpspp/cast.h>
+#include "libpspp/cast.h"
 
 extern const struct output_item_class table_item_class;