Fix some include paths

This commit is contained in:
Scott Lahteine
2019-02-04 03:41:55 -06:00
parent 0d720a6ff4
commit d4d1b28a06
12 changed files with 15 additions and 15 deletions

View File

@ -89,7 +89,7 @@
#endif
#if HAS_BED_PROBE
#include "../module/probe.h"
#include "probe.h"
#endif
#include "../feature/fwretract.h"