summaryrefslogtreecommitdiff
path: root/apps/abrepeat.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/abrepeat.h')
-rw-r--r--apps/abrepeat.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/apps/abrepeat.h b/apps/abrepeat.h
index de65f90915..3bed56678d 100644
--- a/apps/abrepeat.h
+++ b/apps/abrepeat.h
@@ -21,12 +21,10 @@
21#ifndef _ABREPEAT_H_ 21#ifndef _ABREPEAT_H_
22#define _ABREPEAT_H_ 22#define _ABREPEAT_H_
23 23
24#include "system.h"
25
26#ifdef AB_REPEAT_ENABLE 24#ifdef AB_REPEAT_ENABLE
27#include "audio.h"
28#include "kernel.h"
29#include <stdbool.h> 25#include <stdbool.h>
26#include "audio.h"
27#include "kernel.h" /* needed for HZ */
30 28
31#define AB_MARKER_NONE 0 29#define AB_MARKER_NONE 0
32 30