- Moved several functions and variables from one source file to another.
- Created two new source files: drd_load_store.h and .c.
- Removed the header file drd_track.h.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9153 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/drd/drd_thread_bitmap.h b/drd/drd_thread_bitmap.h
index 4fb098f..aa43e83 100644
--- a/drd/drd_thread_bitmap.h
+++ b/drd/drd_thread_bitmap.h
@@ -26,7 +26,11 @@
 #ifndef __DRD_THREAD_BITMAP_H
 #define __DRD_THREAD_BITMAP_H
 
+
 #include "drd_bitmap.h"
+#include "drd_thread.h" /* running_thread_get_segment() */
+#include "pub_drd_bitmap.h"
+
 
 static __inline__
 Bool bm_access_load_1_triggers_conflict(const Addr a1)