Moved common includes for libapplets into a dedicated internal header + minor other changes.

This commit is contained in:
yellows8 2019-11-27 11:18:58 -05:00
parent 9029e9f38d
commit d94be49cb3
No known key found for this signature in database
GPG Key ID: 0AF90DA3F1E60E43
8 changed files with 12 additions and 29 deletions

View File

@ -1,8 +1,5 @@
#include <string.h>
#include "types.h"
#include "result.h"
#include "services/applet.h"
#include "applets/libapplet.h"
#include "libapplet_internal.h"
#include "applets/album_la.h"
static Result _albumLaShow(u8 arg, bool playStartupSound) {

View File

@ -1,9 +1,5 @@
#include <string.h>
#include "types.h"
#include "result.h"
#include "services/applet.h"
#include "services/set.h"
#include "applets/libapplet.h"
#include "libapplet_internal.h"
#include "applets/error.h"
#include "runtime/hosversion.h"

View File

@ -1,8 +1,5 @@
#include <string.h>
#include "types.h"
#include "result.h"
#include "services/applet.h"
#include "applets/libapplet.h"
#include "libapplet_internal.h"
#include "applets/friends_la.h"
#include "runtime/hosversion.h"

View File

@ -1,9 +1,6 @@
#include <string.h>
#include "types.h"
#include "result.h"
#include "libapplet_internal.h"
#include "arm/counter.h"
#include "services/applet.h"
#include "applets/libapplet.h"
static bool g_libappletJumpFlag;

View File

@ -0,0 +1,5 @@
#pragma once
#include "types.h"
#include "result.h"
#include "services/applet.h"
#include "applets/libapplet.h"

View File

@ -1,8 +1,5 @@
#include <string.h>
#include "types.h"
#include "result.h"
#include "services/applet.h"
#include "applets/libapplet.h"
#include "libapplet_internal.h"
#include "applets/pctlauth.h"
#include "runtime/hosversion.h"

View File

@ -1,10 +1,7 @@
#include <string.h>
#include <malloc.h>
#include <math.h>
#include "types.h"
#include "result.h"
#include "services/applet.h"
#include "applets/libapplet.h"
#include "libapplet_internal.h"
#include "applets/swkbd.h"
#include "runtime/hosversion.h"
#include "runtime/util/utf.h"

View File

@ -1,9 +1,6 @@
#include <string.h>
#include <malloc.h>
#include "types.h"
#include "result.h"
#include "services/applet.h"
#include "applets/libapplet.h"
#include "libapplet_internal.h"
#include "applets/web.h"
#include "runtime/hosversion.h"