aboutsummaryrefslogtreecommitdiff
path: root/apps/timer_world/timer_world.cc
diff options
context:
space:
mode:
Diffstat (limited to 'apps/timer_world/timer_world.cc')
-rw-r--r--apps/timer_world/timer_world.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/timer_world/timer_world.cc b/apps/timer_world/timer_world.cc
index b4a79e18..bdec29cf 100644
--- a/apps/timer_world/timer_world.cc
+++ b/apps/timer_world/timer_world.cc
@@ -79,8 +79,6 @@ void nanoappEnd() {
#include "chre/platform/static_nanoapp_init.h"
#include "chre/util/nanoapp/app_id.h"
-#include "chre/util/system/napp_permissions.h"
-CHRE_STATIC_NANOAPP_INIT(TimerWorld, chre::kTimerWorldAppId, 0,
- chre::NanoappPermissions::CHRE_PERMS_NONE);
+CHRE_STATIC_NANOAPP_INIT(TimerWorld, chre::kTimerWorldAppId, 0);
#endif // CHRE_NANOAPP_INTERNAL