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

This commit is contained in:
svenhoefer
2015-04-16 11:31:55 +02:00
parent 5ab6b53054
commit 09adc177d8
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>