aboutsummaryrefslogtreecommitdiff
path: root/kernel/clock.c
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-01-03 21:39:35 +0000
committerDimitri Sokolyuk <demon@dim13.org>2016-01-03 21:39:35 +0000
commit42e82167772947ff023c4fa496813820618bf0f4 (patch)
tree6374d90c5aa1c21bd136a2e550103293c681b32d /kernel/clock.c
parent3f43c1ea8ee72d5dd195eaf463fb5a42cdddbc18 (diff)
Sanitize includes
Diffstat (limited to 'kernel/clock.c')
-rw-r--r--kernel/clock.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/kernel/clock.c b/kernel/clock.c
index 8e83cbe..6d49a63 100644
--- a/kernel/clock.c
+++ b/kernel/clock.c
@@ -15,11 +15,12 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#include <stdint.h>
-#include <stdio.h>
#include <avr/io.h>
+
+#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
+
#include "kernel.h"
#include "tasks.h"