protobuf-c: update #include comments

in particular we no longer use abort().
This commit is contained in:
Robert Edmonds 2014-01-13 18:50:04 -05:00
parent e8bf07dee0
commit 606c27b411

View File

@ -45,8 +45,8 @@
* use size_t consistently.
*/
#include <stdlib.h> /* for abort(), malloc() etc */
#include <string.h> /* for strlen(), memcpy(), memmove() */
#include <stdlib.h> /* for malloc, free */
#include <string.h> /* for strcmp, strlen, memcpy, memmove, memset */
#include "protobuf-c.h"