cleanup
[pspp] / src / data / psql-reader.h
index 2811daa5f7bcacab52e7520a7fb8901b3eb66253..685d19a9183f36353f45b036c014bb0e07d5ed66 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPP - a program for statistical analysis.
-   Copyright (C) 2008 Free Software Foundation, Inc.
+   Copyright (C) 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
 #define PSQL_READER_H 1
 
 #include <stdbool.h>
-#include <libpspp/str.h>
+#include "libpspp/str.h"
 
 struct casereader;
 
 struct psql_read_info
 {
   char *conninfo ;
-  struct string sql;
+  char * sql;
   bool allow_clear;
   int str_width;
   int bsize;