[tools] Fix sgen-grep-binprot after sgen code move to mono/sgen
authorLudovic Henry <ludovic.henry@xamarin.com>
Thu, 7 May 2015 15:07:27 +0000 (16:07 +0100)
committerLudovic Henry <ludovic.henry@xamarin.com>
Thu, 7 May 2015 15:08:13 +0000 (16:08 +0100)
tools/sgen/sgen-grep-binprot.c

index 64f3db4c2d329cd4aaa2bf0b360960b1715a3757..761b695c61b128f595ab309bb0e69adfdfeb872d 100644 (file)
@@ -8,7 +8,7 @@
 #define SGEN_BINARY_PROTOCOL
 #define MONO_INTERNAL
 
-#include <mono/metadata/sgen-protocol.h>
+#include <mono/sgen/sgen-protocol.h>
 
 #define SGEN_PROTOCOL_EOF      255
 
@@ -122,7 +122,7 @@ read_entry (EntryStream *stream, void *data)
 #define END_PROTOCOL_ENTRY
 #define END_PROTOCOL_ENTRY_HEAVY
 
-#include <mono/metadata/sgen-protocol-def.h>
+#include <mono/sgen/sgen-protocol-def.h>
 
        default: assert (0);
        }
@@ -182,7 +182,7 @@ is_always_match (int type)
 #define END_PROTOCOL_ENTRY
 #define END_PROTOCOL_ENTRY_HEAVY
 
-#include <mono/metadata/sgen-protocol-def.h>
+#include <mono/sgen/sgen-protocol-def.h>
 
        default: assert (0);
        }
@@ -420,7 +420,7 @@ print_entry (int type, void *data, int num_nums, int *match_indices, gboolean co
 #define END_PROTOCOL_ENTRY_HEAVY \
        END_PROTOCOL_ENTRY
 
-#include <mono/metadata/sgen-protocol-def.h>
+#include <mono/sgen/sgen-protocol-def.h>
 
        default: assert (0);
        }
@@ -503,7 +503,7 @@ match_index (gpointer ptr, int type, void *data)
 #define END_PROTOCOL_ENTRY_HEAVY \
        END_PROTOCOL_ENTRY
 
-#include <mono/metadata/sgen-protocol-def.h>
+#include <mono/sgen/sgen-protocol-def.h>
 
        default: assert (0);
        }
@@ -566,7 +566,7 @@ is_vtable_match (gpointer ptr, int type, void *data)
 #define END_PROTOCOL_ENTRY_HEAVY \
        END_PROTOCOL_ENTRY
 
-#include <mono/metadata/sgen-protocol-def.h>
+#include <mono/sgen/sgen-protocol-def.h>
 
        default: assert (0);
        }