summaryrefslogtreecommitdiff
path: root/upb/pb
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2011-08-20 00:00:18 -0700
committerJoshua Haberman <jhaberman@gmail.com>2011-08-20 00:00:18 -0700
commitd5324d1d5c177287364bac51a9fc82717829d42f (patch)
tree0d783afc9ef5d46511911381b8124313f44ab504 /upb/pb
parent7935b702c5e66e99b0ad2d0b61bb7a7de44dd2ca (diff)
Some Makefile cleanup.
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