From bc416ff5905cd5b0707097971bb9a09f5961a8ae Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Sat, 10 Apr 2021 10:42:38 -0400 Subject: 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 --- apps/shortcuts.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/shortcuts.c') diff --git a/apps/shortcuts.c b/apps/shortcuts.c index 78d8fc6cb5..9955b7f19d 100644 --- a/apps/shortcuts.c +++ b/apps/shortcuts.c @@ -33,6 +33,7 @@ #include "list.h" #include "settings.h" #include "settings_list.h" +#include "string-extra.h" #include "lang.h" #include "menu.h" #include "misc.h" -- cgit v1.2.3