FS-5956: fix __sputc included twice due to stdio.h inlining issue

This commit is contained in:
Michael Jerris
2014-01-29 11:39:03 -05:00
parent 623e1ec595
commit f6cd2945a9
5 changed files with 10 additions and 2 deletions

View File

@@ -814,7 +814,6 @@ bitvector_get_bit(const bitvector_t *v, int bit_index) {
}
#include <stdio.h>
int
bitvector_print_hex(const bitvector_t *v, FILE *stream) {