diff options
| author | okaestne <git@oliver-kaestner.de> | 2020-11-15 15:49:36 (GMT) |
|---|---|---|
| committer | okaestne <git@oliver-kaestner.de> | 2020-11-16 00:35:51 (GMT) |
| commit | cadc0c25d4f20653689c019b372a6822624c41b0 (patch) | |
| tree | 02c4ab4b9ac19d4b4f5d1f5998736dcb8368b762 /src/displayapp/screens/DropDownDemo.cpp | |
| parent | 1516573df46239ea76b7a8b142a6b719668cb26d (diff) | |
Include cleanup: displayapp + screens
Diffstat (limited to 'src/displayapp/screens/DropDownDemo.cpp')
| -rw-r--r-- | src/displayapp/screens/DropDownDemo.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/displayapp/screens/DropDownDemo.cpp b/src/displayapp/screens/DropDownDemo.cpp index ce3acd5..37728e1 100644 --- a/src/displayapp/screens/DropDownDemo.cpp +++ b/src/displayapp/screens/DropDownDemo.cpp @@ -1,6 +1,6 @@ -#include <libs/lvgl/lvgl.h> -#include <libraries/log/nrf_log.h> #include "DropDownDemo.h" +#include <lvgl/lvgl.h> +#include <libraries/log/nrf_log.h> #include "../DisplayApp.h" using namespace Pinetime::Applications::Screens; |
