1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Removes not needed includes

This commit is contained in:
Koen Zandberg 2017-01-08 14:35:56 +01:00
parent 3545073f49
commit 9a55556644
3 changed files with 1 additions and 6 deletions

View File

@ -31,8 +31,8 @@
#ifndef JC42_TEMP_H_
#define JC42_TEMP_H_
#include <stdint.h>
#include "periph/i2c.h"
#include "saul.h"
#ifdef __cplusplus

View File

@ -19,10 +19,8 @@
#ifndef JC42_PARAMS_H
#define JC42_PARAMS_H
#include "board.h"
#include "jc42.h"
#include "periph/i2c.h"
#include "saul_reg.h"
#ifdef __cplusplus
extern "C" {

View File

@ -21,11 +21,8 @@
#include "periph/i2c.h"
#include "byteorder.h"
#include "xtimer.h"
#include "saul.h"
#include "jc42.h"
#include "jc42_params.h"
#include "jc42_internal.h"
#define ENABLE_DEBUG (0)