summaryrefslogtreecommitdiff
path: root/apps/pcmbuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/pcmbuf.c')
-rw-r--r--apps/pcmbuf.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/pcmbuf.c b/apps/pcmbuf.c
index 7d2c579e42..9143e32660 100644
--- a/apps/pcmbuf.c
+++ b/apps/pcmbuf.c
@@ -18,10 +18,9 @@
18 * KIND, either express or implied. 18 * KIND, either express or implied.
19 * 19 *
20 ****************************************************************************/ 20 ****************************************************************************/
21
22#include <stdbool.h>
23#include <stdio.h> 21#include <stdio.h>
24#include "config.h" 22#include "config.h"
23#include "system.h"
25#include "debug.h" 24#include "debug.h"
26#include "panic.h" 25#include "panic.h"
27#include <kernel.h> 26#include <kernel.h>
@@ -31,7 +30,6 @@
31#ifndef SIMULATOR 30#ifndef SIMULATOR
32#include "cpu.h" 31#include "cpu.h"
33#endif 32#endif
34#include "system.h"
35#include <string.h> 33#include <string.h>
36#include "buffer.h" 34#include "buffer.h"
37#include "settings.h" 35#include "settings.h"