summaryrefslogtreecommitdiff
path: root/upb/pb
diff options
context:
space:
mode:
Diffstat (limited to 'upb/pb')
-rw-r--r--upb/pb/encoder.c4
-rw-r--r--upb/pb/encoder.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/upb/pb/encoder.c b/upb/pb/encoder.c
index 139dc88..975f3ab 100644
--- a/upb/pb/encoder.c
+++ b/upb/pb/encoder.c
@@ -5,10 +5,10 @@
* Author: Josh Haberman <jhaberman@gmail.com>
*/
-#include "upb_encoder.h"
+#include "upb/pb/encoder.h"
#include <stdlib.h>
-#include "descriptor.h"
+#include "upb/descriptor.h"
/* Functions for calculating sizes of wire values. ****************************/
diff --git a/upb/pb/encoder.h b/upb/pb/encoder.h
index 64c5047..563b78d 100644
--- a/upb/pb/encoder.h
+++ b/upb/pb/encoder.h
@@ -15,8 +15,8 @@
#ifndef UPB_ENCODER_H_
#define UPB_ENCODER_H_
-#include "upb.h"
-#include "upb_stream.h"
+#include "upb/upb.h"
+#include "upb/bytestream.h"
#ifdef __cplusplus
extern "C" {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback