1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-15 00:02:49 +03:00

Clean up unused stuff

This commit is contained in:
Ivan Grokhotkov
2014-12-19 01:39:27 +03:00
parent 2a77249147
commit 43b9dd9edf
7 changed files with 8 additions and 93 deletions

View File

@ -20,8 +20,8 @@
#ifndef Print_h
#define Print_h
#include <inttypes.h>
#include <stdio.h> // for size_t
#include <stdint.h>
#include <stddef.h>
#include "WString.h"
#include "Printable.h"