removed most mbed.h includes
[clinton/Smoothieware.git] / src / libs / Module.h
index 726d628..256b7c4 100644 (file)
 
 #include <string>
 using std::string;
-#include "mbed.h"
-
-struct SerialMessage {
-    Stream* stream;
-    std::string message;
-};
 
 // Module base class
 // All modules must extend this class, see http://smoothieware.org/moduleexample