Remove extraneous string include.

pull/13171/head
Joshua Haberman 16 years ago
parent 6fe8601713
commit b2a39e50d8
  1. 1
      src/upb.h

@ -12,7 +12,6 @@
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h> /* for size_t. */
#include <string.h>
#ifdef __cplusplus
extern "C" {

Loading…
Cancel
Save