Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLudovic Henry <ludovic.henry@xamarin.com>2015-05-07 18:07:27 +0300
committerLudovic Henry <ludovic.henry@xamarin.com>2015-05-07 18:08:13 +0300
commit443eac8071d1740e78529871515e605be2a7057b (patch)
tree0b75b769fa62f4a5a8e23a617b5391c6c5f9e4ea /tools
parentfb41850597f6b88ef285c8516f317e82f9a9c332 (diff)
[tools] Fix sgen-grep-binprot after sgen code move to mono/sgen
Diffstat (limited to 'tools')
-rw-r--r--tools/sgen/sgen-grep-binprot.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/sgen/sgen-grep-binprot.c b/tools/sgen/sgen-grep-binprot.c
index 64f3db4c2d3..761b695c61b 100644
--- a/tools/sgen/sgen-grep-binprot.c
+++ b/tools/sgen/sgen-grep-binprot.c
@@ -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);
}