Skip to content

Commit

Permalink
Use public header file
Browse files Browse the repository at this point in the history
This allows building the app with ufbt instead of building it along the
firmware.
  • Loading branch information
dopsi committed Jan 20, 2023
1 parent c93ae3c commit 8ef1f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view_info.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* See the LICENSE file for information about the license. */

#include "app.h"
#include <gui/view_i.h>
#include <gui/view.h>
#include <lib/toolbox/random_name.h>

/* This view has subviews accessible navigating up/down. This
Expand Down

0 comments on commit 8ef1f05

Please sign in to comment.