Fewer includes of vector_3.h

This commit is contained in:
Scott Lahteine 2018-05-01 04:20:45 -05:00
parent 94857b59c9
commit 32b6a3ad12
5 changed files with 5 additions and 10 deletions

View file

@ -36,7 +36,7 @@
#include "enum.h"
#include "Marlin.h"
#if HAS_ABL
#if ABL_PLANAR
#include "vector_3.h"
#endif