cleanup more headers
[clinton/Smoothieware.git] / src / modules / tools / temperaturecontrol / TemperatureControlPool.h
index 848f9e7..34a57bd 100644 (file)
@@ -8,12 +8,13 @@
 #ifndef TEMPERATURECONTROLPOOL_H
 #define TEMPERATURECONTROLPOOL_H
 
-#include "TemperatureControl.h"
-#include "PID_Autotuner.h"
 #include <math.h>
 using namespace std;
 #include <vector>
 
+class TemperatureControl;
+class PID_Autotuner;
+
 #define temperature_control_checksum CHECKSUM("temperature_control")
 #define enable_checksum              CHECKSUM("enable")