Renamed coregrind.h to pub_core_clreq.h and introduced pub_tool_clreq.h to
be consistent with the module naming scheme.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5398 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/Makefile.am b/coregrind/Makefile.am
index 9002f0e..8846c9c 100644
--- a/coregrind/Makefile.am
+++ b/coregrind/Makefile.am
@@ -48,11 +48,11 @@
 endif
 
 noinst_HEADERS = \
-	coregrind.h		\
 	pub_core_aspacemgr.h	\
 	pub_core_basics.h	\
 	pub_core_basics_asm.h	\
 	pub_core_clientstate.h	\
+	pub_core_clreq.h	\
 	pub_core_commandline.h	\
 	pub_core_coredump.h	\
 	pub_core_cpuid.h	\