summaryrefslogtreecommitdiff
path: root/upb
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2015-07-07 13:08:08 -0700
committerJoshua Haberman <jhaberman@gmail.com>2015-07-07 13:08:08 -0700
commit36962f137f9b77db33051d7165fe064be5dbe9bd (patch)
treeae7246f75ed80826cb8d3fb7121ca7c1ddef6b40 /upb
parentff8b042ad310f105249eeab761427669d6fe9766 (diff)
parentb354ead7efbaba80569e3a6f80865b715aaa6315 (diff)
Merge pull request #31 from haberman/third_party
Moved DynASM to third_party to comply with Google policy.
Diffstat (limited to 'upb')
-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