Rename libvex_emwarn.h to libvex_emnote.h and fix all 
#include's. The renaming of guest_EMWARN, VexemWarn etc will
be done in a followup patch.
The rationale for all this is that we want to reuse the existing
machinery for emulation warnings also for emulation failures.
And that calls for some kind of neutral naming scheme.


git-svn-id: svn://svn.valgrind.org/vex/trunk@2483 8f6e269a-dfd6-0310-a8e1-e2731360e62c
diff --git a/priv/main_main.c b/priv/main_main.c
index b093292..c0995a2 100644
--- a/priv/main_main.c
+++ b/priv/main_main.c
@@ -34,7 +34,7 @@
 */
 
 #include "libvex.h"
-#include "libvex_emwarn.h"
+#include "libvex_emnote.h"
 #include "libvex_guest_x86.h"
 #include "libvex_guest_amd64.h"
 #include "libvex_guest_arm.h"