cleanup all libs/ headers and dependent files
[clinton/Smoothieware.git] / src / libs / MemoryPool.h
index 07a58ac..2941a10 100644 (file)
@@ -11,7 +11,7 @@
     #define MDEBUG(...) do {} while (0)
 #endif
 
-#include "StreamOutput.h"
+class StreamOutput;
 
 /*
  * with MUCH thanks to http://www.parashift.com/c++-faq-lite/memory-pools.html