Update all #include directives to the currently preferred style.
[pspp-builds.git] / src / ui / syntax-gen.h
index 501f1f37ffb2b2a61a919cd140ee9d23361cfca9..78ae5ea999375b44aaa3e03e5f2d96bee320939f 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPPIRE - a graphical user interface for PSPP.
-   Copyright (C) 2007, 2008 Free Software Foundation, Inc.
+   Copyright (C) 2007, 2008, 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
@@ -21,7 +21,8 @@
 
 #include <stdarg.h>
 #include <stddef.h>
-#include <libpspp/compiler.h>
+#include "libpspp/compiler.h"
+#include "libpspp/str.h"
 
 struct fmt_spec;
 struct substring;