Skip to content

Commit fdc6754

Browse files
committed
Clean up UARTSerial.cpp includes.
1 parent c40d860 commit fdc6754

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

drivers/UARTSerial.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
#include "drivers/UARTSerial.h"
1617

1718
#if (DEVICE_SERIAL && DEVICE_INTERRUPTIN)
1819

19-
#include <errno.h>
20-
#include "UARTSerial.h"
2120
#include "platform/mbed_poll.h"
2221

2322
#if MBED_CONF_RTOS_PRESENT

0 commit comments

Comments
 (0)