diff options
Diffstat (limited to 'apps/gui')
| -rw-r--r-- | apps/gui/icon.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/gui/icon.c b/apps/gui/icon.c index e247644..e11c21c 100644 --- a/apps/gui/icon.c +++ b/apps/gui/icon.c @@ -30,9 +30,9 @@ #include "bmp.h" #include "filetypes.h" -#include <default_icons.h> +#include "bitmaps/default_icons.h" #if defined(HAVE_REMOTE_LCD) && (NB_SCREENS > 1) -#include <remote_default_icons.h> +#include "bitmaps/remote_default_icons.h" #endif /* These are just the file names, the full path is snprint'ed when used */ |