mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
misc: Only include rbpaths.h and string-extra.h in places that need it
(Don't include rbpaths.h in settings.h, or string-extra.h in rbpaths.h)
Build-tested on rocker, erosq, mini2g, nano2g,
xduoox3, clipzip, dx50, and uisim
Change-Id: If32e9c9910f5c8247a655cb64522b84d6d7ccbb5
This commit is contained in:
parent
1303be3437
commit
bc416ff590
17 changed files with 15 additions and 10 deletions
|
|
@ -28,6 +28,7 @@
|
|||
#include "screen_access.h"
|
||||
#include "icons.h"
|
||||
#include "settings.h"
|
||||
#include "rbpaths.h"
|
||||
#include "bmp.h"
|
||||
#include "filetypes.h"
|
||||
#include "language.h"
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@
|
|||
#include "action.h"
|
||||
#include "crc32.h"
|
||||
#include "settings.h"
|
||||
#include "rbpaths.h"
|
||||
#include "wps.h"
|
||||
#include "file.h"
|
||||
#include "misc.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue