Przeglądaj źródła

Use public header file

This allows building the app with ufbt instead of building it along the
firmware.
Simon Doppler 3 lat temu
rodzic
commit
8ef1f05ae9
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      view_info.c

+ 1 - 1
view_info.c

@@ -2,7 +2,7 @@
  * See the LICENSE file for information about the license. */
  * See the LICENSE file for information about the license. */
 
 
 #include "app.h"
 #include "app.h"
-#include <gui/view_i.h>
+#include <gui/view.h>
 #include <lib/toolbox/random_name.h>
 #include <lib/toolbox/random_name.h>
 
 
 /* This view has subviews accessible navigating up/down. This
 /* This view has subviews accessible navigating up/down. This