1
0
Fork 0
forked from len0rd/rockbox

change order of include headers and at the same time fix warning about

the implicit declaration of the _backlight_brightness().

Change-Id: I84ab4db19663d1918aaf5d98d51308d4ad2c4075
This commit is contained in:
Szymon Dziok 2014-02-23 20:31:23 +00:00
parent 71ee4b44ec
commit c1d6ba19b9

View file

@ -21,8 +21,8 @@
****************************************************************************/
#include <stdbool.h>
#include "backlight-target.h"
#include "config.h"
#include "backlight-target.h"
#include "system.h"
#include "backlight.h"
#include "backlight-sw-fading.h"