record.h: remove include of vfd.h; use display.h instead

Origin commit data
------------------
Commit: 09adc177d8
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-04-16 (Thu, 16 Apr 2015)

Origin message was:
------------------
- record.h: remove include of vfd.h; use display.h instead
This commit is contained in:
vanhofen
2015-04-16 11:31:55 +02:00
parent d9354e847f
commit 2f0e76ff67
10 changed files with 9 additions and 3 deletions

View File

@@ -34,11 +34,9 @@
#if HAVE_COOL_HARDWARE
#include <record_cs.h>
#include <driver/vfd.h>
#endif
#if HAVE_TRIPLEDRAGON
#include <record_td.h>
#include <driver/lcdd.h>
#endif
#include <OpenThreads/Mutex>