aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/include')
-rw-r--r--os/hal/include/hal_eeprom.h1
-rw-r--r--os/hal/include/hal_timcap.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/os/hal/include/hal_eeprom.h b/os/hal/include/hal_eeprom.h
index 6f53fb9..25e03bd 100644
--- a/os/hal/include/hal_eeprom.h
+++ b/os/hal/include/hal_eeprom.h
@@ -29,7 +29,6 @@
#ifndef HAL_EEPROM_H_
#define HAL_EEPROM_H_
-#include "ch.h"
#include "hal.h"
#ifndef EEPROM_USE_EE25XX
diff --git a/os/hal/include/hal_timcap.h b/os/hal/include/hal_timcap.h
index 61c7fc5..a5db7d8 100644
--- a/os/hal/include/hal_timcap.h
+++ b/os/hal/include/hal_timcap.h
@@ -29,7 +29,6 @@
#ifndef HAL_TIMCAP_H_
#define HAL_TIMCAP_H_
-#include "ch.h"
#include "hal.h"
#if (HAL_USE_TIMCAP == TRUE) || defined(__DOXYGEN__)