summaryrefslogtreecommitdiff
path: root/upb/pb
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2015-07-07 11:47:45 -0700
committerJosh Haberman <jhaberman@gmail.com>2015-07-07 11:47:45 -0700
commitb354ead7efbaba80569e3a6f80865b715aaa6315 (patch)
treeae7246f75ed80826cb8d3fb7121ca7c1ddef6b40 /upb/pb
parentff8b042ad310f105249eeab761427669d6fe9766 (diff)
Moved DynASM to third_party to comply with Google policy.
Diffstat (limited to 'upb/pb')
-rw-r--r--upb/pb/compile_decoder_x64.c4
1 files changed, 2 insertions, 2 deletions
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) {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback