From b354ead7efbaba80569e3a6f80865b715aaa6315 Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Tue, 7 Jul 2015 11:47:45 -0700 Subject: Moved DynASM to third_party to comply with Google policy. --- upb/pb/compile_decoder_x64.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'upb/pb/compile_decoder_x64.c') diff --git a/upb/pb/compile_decoder_x64.c b/upb/pb/compile_decoder_x64.c index 3ce11e4..9b78c65 100644 --- a/upb/pb/compile_decoder_x64.c +++ b/upb/pb/compile_decoder_x64.c @@ -129,8 +129,8 @@ static char *upb_vasprintf(const char *fmt, va_list ap); static char *upb_asprintf(const char *fmt, ...); #endif -#include "dynasm/dasm_proto.h" -#include "dynasm/dasm_x86.h" +#include "third_party/dynasm/dasm_proto.h" +#include "third_party/dynasm/dasm_x86.h" #include "upb/pb/compile_decoder_x64.h" static jitcompiler *newjitcompiler(mgroup *group) { -- cgit v1.2.3