Don't chain header includes if we don't have to, use predeclaration if we only need...
[clinton/Smoothieware.git] / src / libs / StepperMotor.h
index 1eddd4a..6e654d7 100644 (file)
@@ -8,10 +8,11 @@
 #ifndef STEPPERMOTOR_H
 #define STEPPERMOTOR_H
 
-#include "libs/Kernel.h"
 #include "libs/Hook.h"
+#include "Pin.h"
 
 class StepTicker;
+class Hook;
 
 class StepperMotor {
     public: