修复了头文件相互包含的问题
This commit is contained in:
parent
3841269587
commit
42df13da84
|
@ -1,6 +1,5 @@
|
|||
#ifndef AUTO_PILOT_BUS_RAIL_H
|
||||
#define AUTO_PILOT_BUS_RAIL_H
|
||||
#include "bus.h"
|
||||
|
||||
struct {
|
||||
/**
|
||||
|
@ -15,10 +14,6 @@ struct {
|
|||
* 距离下一个站点的距离
|
||||
*/
|
||||
int next_node_distance;
|
||||
/**
|
||||
* 指向公交车的指针
|
||||
*/
|
||||
bus_t* bus;
|
||||
/**
|
||||
* 指向上一个站点的指针
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue
Block a user