Clean up UARTSerial.cpp includes.

pull/8489/head
Thomas Kemmer 2018-10-21 15:26:03 +02:00
parent c40d86038c
commit fdc675441a
1 changed files with 1 additions and 2 deletions

View File

@ -13,11 +13,10 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include "drivers/UARTSerial.h"
#if (DEVICE_SERIAL && DEVICE_INTERRUPTIN)
#include <errno.h>
#include "UARTSerial.h"
#include "platform/mbed_poll.h"
#if MBED_CONF_RTOS_PRESENT