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:
parent
71ee4b44ec
commit
c1d6ba19b9
1 changed files with 1 additions and 1 deletions
|
|
@ -21,8 +21,8 @@
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include "backlight-target.h"
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
#include "backlight-target.h"
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
#include "backlight.h"
|
#include "backlight.h"
|
||||||
#include "backlight-sw-fading.h"
|
#include "backlight-sw-fading.h"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue