X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fglocalfileiostream.c;h=b55d2aa33e852ded5b60c369e47e33deb9a93efa;hb=c8d10470939847069b1a346d4c44f2adde3469f6;hp=5a421ddb8ec06f741067c34ec3c5d0ba334dbfbb;hpb=366b3ffcde4f19cabf8685efdc1ccd20dcade0ca;p=platform%2Fupstream%2Fglib.git diff --git a/gio/glocalfileiostream.c b/gio/glocalfileiostream.c index 5a421dd..b55d2aa 100644 --- a/gio/glocalfileiostream.c +++ b/gio/glocalfileiostream.c @@ -13,9 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General - * Public License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Public License along with this library; if not, see . * * Author: Alexander Larsson */ @@ -35,7 +33,6 @@ #include "gfiledescriptorbased.h" #endif -#include "gioalias.h" #define g_local_file_io_stream_get_type _g_local_file_io_stream_get_type G_DEFINE_TYPE (GLocalFileIOStream, g_local_file_io_stream, G_TYPE_FILE_IO_STREAM);