cleanup all libs/ headers and dependent files
[clinton/Smoothieware.git] / src / libs / SerialMessage.h
index a11f798..4329b77 100644 (file)
@@ -1,6 +1,10 @@
 #ifndef SERIALMESSAGE_H
 #define SERIALMESSAGE_H
-#include "libs/StreamOutput.h"
+
+#include <string>
+
+class StreamOutput;
+
 struct SerialMessage {
         StreamOutput* stream;
         std::string message;