From: iceman1001 Date: Sat, 21 Jan 2017 10:20:26 +0000 (+0100) Subject: CHG: moved to header file X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/5b749dcb0e33306ac3845d43ded3b391da0c9bc5?ds=sidebyside 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