summaryrefslogtreecommitdiff
path: root/src/app/luxlog/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/luxlog/main.cc')
-rw-r--r--src/app/luxlog/main.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/app/luxlog/main.cc b/src/app/luxlog/main.cc
index 604b205..c7680ac 100644
--- a/src/app/luxlog/main.cc
+++ b/src/app/luxlog/main.cc
@@ -1,7 +1,6 @@
#include "arch.h"
#include "driver/gpio.h"
#include "driver/stdout.h"
-#include "driver/timer.h"
#if defined(MULTIPASS_ARCH_HAS_I2C) && !defined(DRIVER_SOFTI2C)
#include "driver/i2c.h"
#else