From fdc675441ae529c9bf79be6be798e50bf28be698 Mon Sep 17 00:00:00 2001 From: Thomas Kemmer Date: Sun, 21 Oct 2018 15:26:03 +0200 Subject: [PATCH] Clean up UARTSerial.cpp includes. --- drivers/UARTSerial.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/UARTSerial.cpp b/drivers/UARTSerial.cpp index 085257dd81..845f0a19e8 100644 --- a/drivers/UARTSerial.cpp +++ b/drivers/UARTSerial.cpp @@ -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 -#include "UARTSerial.h" #include "platform/mbed_poll.h" #if MBED_CONF_RTOS_PRESENT