From 7d3e2bd2c4cfd1296d1d6f996d7548de26540d41 Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Fri, 15 Feb 2013 16:27:18 -0800 Subject: Sync with 8 months of Google-internal development. Many things have changed and been simplified. The memory-management story for upb_def and upb_handlers is much more robust; upb_def and upb_handlers should be fairly stable interfaces now. There is still much work to do for the runtime component (upb_sink). --- upb/stdc/error.c | 1 - upb/stdc/io.c | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'upb/stdc') diff --git a/upb/stdc/error.c b/upb/stdc/error.c index 313866c..85c9ca6 100644 --- a/upb/stdc/error.c +++ b/upb/stdc/error.c @@ -9,7 +9,6 @@ #include "upb/stdc/error.h" -#include #include void upb_status_fromerrno(upb_status *status, int code) { diff --git a/upb/stdc/io.c b/upb/stdc/io.c index 1abed32..5d36aa5 100644 --- a/upb/stdc/io.c +++ b/upb/stdc/io.c @@ -7,6 +7,9 @@ #include "upb/stdc/io.h" +#include +#include +#include #include "upb/stdc/error.h" // We can make this configurable if necessary. -- cgit v1.2.3