From 281d1fadb34242347da379ddeba75d2195148b4c Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sun, 5 Jan 2014 01:22:19 +0100 Subject: Do not include kernel.h in system.h. system.h doesn't need it on its own and this change makes it less dependant on Rockbox internals. Change-Id: I4e1e4108a52a7b599627a829204eb82b392fc6d6 --- apps/rbcodecconfig.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/rbcodecconfig.h') diff --git a/apps/rbcodecconfig.h b/apps/rbcodecconfig.h index c92415979f..92584187ea 100644 --- a/apps/rbcodecconfig.h +++ b/apps/rbcodecconfig.h @@ -18,6 +18,9 @@ * {,U}INT{8,16,32,64}_{MIN,MAX} */ #include "system.h" +/* HZ, TIME_AFTER */ +#include "kernel.h" + /* Structure to record some info during processing call */ struct dsp_loop_context { -- cgit