1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

sys/cpp11-compat: chrono: remove unused include cstdio

This commit is contained in:
Joakim Gebart 2015-06-03 07:35:11 +02:00
parent d670d6eb51
commit 0a11d79e9d

View File

@ -26,7 +26,6 @@
#define RIOT_CHRONO_HPP
#include <chrono>
#include <cstdio>
#include <algorithm>
#include "time.h"