Skip to content

Commit

Permalink
Quick value_index import fixes?
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyweiss committed Jan 11, 2023
1 parent 436db4b commit 00fdfce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions mag_i.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include <gui/scene_manager.h>
#include <notification/notification_messages.h>


#include <gui/modules/submenu.h>
#include <gui/modules/dialog_ex.h>
#include <gui/modules/popup.h>
Expand All @@ -27,6 +28,7 @@
#include <flipper_format/flipper_format.h>

#include <toolbox/path.h>
#include <toolbox/value_index.h>

#include "scenes/mag_scene.h"

Expand Down
1 change: 0 additions & 1 deletion scenes/mag_scene_emulate_config.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include "../mag_i.h"
#include <lib/toolbox/value_index.h>

#define TAG "MagSceneEmulateConfig"

Expand Down

0 comments on commit 00fdfce

Please sign in to comment.