X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fdata-in.h;h=74349052597c75fcbc714674f2759e45edc6b94c;hb=8961943f7492c63ba29cbb61faf698b59aca4ff2;hp=ceb023e99887a75028a7a6cf3c764face86357f0;hpb=a258e53c63a08b0ec48aea8f03808eb651729424;p=pspp diff --git a/src/data/data-in.h b/src/data/data-in.h index ceb023e998..7434905259 100644 --- a/src/data/data-in.h +++ b/src/data/data-in.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 1997-9, 2000, 2006, 2010 Free Software Foundation, Inc. + Copyright (C) 1997-9, 2000, 2006, 2010, 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 @@ -19,14 +19,13 @@ #include #include "data/format.h" -#include "libpspp/legacy-encoding.h" #include "libpspp/str.h" union value; struct dictionary; char *data_in (struct substring input, const char *input_encoding, - enum fmt_type, + enum fmt_type, union value *output, int width, const char *output_encoding); bool data_in_msg (struct substring input, const char *input_encoding,