summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/wps-display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/wps-display.c b/apps/wps-display.c
index 13adcd64a0..973a9a3325 100644
--- a/apps/wps-display.c
+++ b/apps/wps-display.c
@@ -45,13 +45,13 @@
45#include "backlight.h" 45#include "backlight.h"
46#include "button.h" 46#include "button.h"
47#include "abrepeat.h" 47#include "abrepeat.h"
48#include "screens.h"
48 49
49#ifdef HAVE_LCD_BITMAP 50#ifdef HAVE_LCD_BITMAP
50#include <ctype.h> 51#include <ctype.h>
51#include "icons.h" 52#include "icons.h"
52#include "widgets.h" 53#include "widgets.h"
53#include "peakmeter.h" 54#include "peakmeter.h"
54#include "screens.h"
55 55
56/* Image stuff */ 56/* Image stuff */
57#include "bmp.h" 57#include "bmp.h"