Update all #include directives to the currently preferred style.
[pspp-builds.git] / src / output / message-item.h
index a97b2270d6f1d1cc055a244ed04c4e0f6d1952ed..88450f1adee4cc91276e649853794eaab767fe95 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPP - a program for statistical analysis.
-   Copyright (C) 2010 Free Sonftware Foundation, Inc.
+   Copyright (C) 2010, 2011 Free Sonftware 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
@@ -29,7 +29,7 @@
    the message gets routed properly for the PSPP user interface in use. */
 
 #include <stdbool.h>
-#include <output/output-item.h>
+#include "output/output-item.h"
 
 /* A message item. */
 struct message_item
@@ -46,7 +46,7 @@ const struct msg *message_item_get_msg (const struct message_item *);
    autogenerated by mk-class-boilerplate. */
 
 #include <assert.h>
-#include <libpspp/cast.h>
+#include "libpspp/cast.h"
 
 extern const struct output_item_class message_item_class;