Commit d47faace authored by Tristan Gingold's avatar Tristan Gingold

Avoid circular dependencies with includes

parent 0886f6ea
Pipeline #3485 failed with stage
in 43 seconds
......@@ -21,9 +21,11 @@
#include <stdint.h>
#include <string.h>
#include <stdio.h>
#include <stddef.h>
#include "wrc.h"
#include "wrc-debug.h"
#include "pp-printf.h"
#include "dev/gpio.h"
#include "dev/bb_spi.h"
#include "dev/ad951x.h"
......
......@@ -23,8 +23,6 @@
#include <stdint.h>
#include "board.h"
struct gpio_pin;
#define LED_TYPE_SINGLE_COLOR 1
......
......@@ -24,7 +24,6 @@
#include <stdint.h>
#include "board.h"
#include "dev/gpio.h"
#include "dev/bb_spi.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment