s390: Rename host_s390_disasm.[ch] to s390_disasm.[ch] as they
are not really host specific.


git-svn-id: svn://svn.valgrind.org/vex/trunk@2541 8f6e269a-dfd6-0310-a8e1-e2731360e62c
diff --git a/priv/guest_s390_toIR.c b/priv/guest_s390_toIR.c
index 6655fb6..8215b2a 100644
--- a/priv/guest_s390_toIR.c
+++ b/priv/guest_s390_toIR.c
@@ -40,7 +40,7 @@
 #include "main_globals.h"            /* vex_traceflags */
 #include "guest_generic_bb_to_IR.h"  /* DisResult */
 #include "guest_s390_defs.h"         /* prototypes for this file's functions */
-#include "host_s390_disasm.h"
+#include "s390_disasm.h"
 #include "host_s390_defs.h"          /* S390_ROUND_xyzzy */