(gtk) io.c --> tr-io.c

This commit is contained in:
Charles Kerr 2008-02-26 01:19:26 +00:00
parent b6b42cdf61
commit 708c2a8ebc
2 changed files with 1 additions and 2 deletions

View File

@ -46,7 +46,6 @@ transmission_SOURCES = \
dialogs.c \
file-list.c \
hig.c \
io.c \
ipc.c \
main.c \
makemeta-ui.c \

View File

@ -32,7 +32,7 @@
#include <glib.h>
#include "io.h"
#include "tr-io.h"
#include "util.h"
#define IO_BLOCKSIZE (1024)