Skip to content

Commit

Permalink
remove useless include
Browse files Browse the repository at this point in the history
  • Loading branch information
fperrad committed Sep 13, 2020
1 parent dc34d55 commit a946ee4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ The following examples use a file as the backend, and are modeled after the
examples included with the msgpack-c project.

```C
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>

Expand Down
2 changes: 0 additions & 2 deletions examples/example1.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/

#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>

Expand Down
2 changes: 0 additions & 2 deletions examples/example2.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ THE SOFTWARE.

#include <errno.h>
#include <inttypes.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Expand Down

0 comments on commit a946ee4

Please sign in to comment.