Removed sm.h include from applet.c which is no longer needed.

This commit is contained in:
yellows8 2019-10-03 21:48:36 -04:00
parent c4b1a68269
commit 62192cac0a
No known key found for this signature in database
GPG Key ID: 0AF90DA3F1E60E43

View File

@ -8,7 +8,6 @@
#include "services/apm.h"
#include "services/caps.h"
#include "services/pm.h"
#include "services/sm.h"
#include "services/fs.h"
#include "runtime/env.h"
#include "runtime/hosversion.h"