Index: readahead/src/readahead.c
===================================================================
--- readahead.orig/src/readahead.c
+++ readahead/src/readahead.c
@@ -38,7 +38,6 @@
 #include <ext2fs/ext2fs.h>
 #include <blkid/blkid.h>
 #include <getopt.h>
-#include <locale.h>
 #include <limits.h>
 #include "nls.h"
 
@@ -461,10 +460,6 @@ main(int argc, char **argv)
 
 	maxsize = 10240;
 
-	setlocale(LC_MESSAGES, "");
-	bindtextdomain(PACKAGE, LOCALEDIR);
-	textdomain(PACKAGE);
-
 	progname = argv[0];
 	if ((p = strrchr(argv[0], '/')))
 		progname = p+1;
