From: iceman1001 <iceman@iuse.se>
Date: Sat, 21 Jan 2017 10:20:26 +0000 (+0100)
Subject: CHG: moved to header file
X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/5b749dcb0e33306ac3845d43ded3b391da0c9bc5?ds=inline;hp=8be98f12e9773c18651897ea7d518a2f5bf91b6a

CHG: moved to header file
---

diff --git a/armsrc/LCD.c b/armsrc/LCD.c
index 65d64ac9..b40dba0f 100644
--- a/armsrc/LCD.c
+++ b/armsrc/LCD.c
@@ -5,11 +5,7 @@
 //-----------------------------------------------------------------------------
 // LCD code
 //-----------------------------------------------------------------------------
-
-#include "proxmark3.h"
-#include "apps.h"
 #include "LCD.h"
-#include "fonts.h"
 
 void LCDSend(unsigned int data)
 {
diff --git a/armsrc/LCD.h b/armsrc/LCD.h
index 5661f678..2643f66e 100644
--- a/armsrc/LCD.h
+++ b/armsrc/LCD.h
@@ -9,6 +9,10 @@
 #ifndef __LCD_H
 #define __LCD_H
 
+#include "proxmark3.h"
+#include "apps.h"
+#include "fonts.h"
+
 // The resolution of the LCD
 #define LCD_XRES	132
 #define LCD_YRES	132