removed the last mbed.h includes. Smoothie is now not necessarily
authorArthur Wolf <wolf.arthur@gmail.com>
Mon, 26 Mar 2012 20:46:49 +0000 (22:46 +0200)
committerArthur Wolf <wolf.arthur@gmail.com>
Mon, 26 Mar 2012 20:46:49 +0000 (22:46 +0200)
dependant on the mbed libs.

src/libs/SerialMessage.h
src/main.cpp

index 66b34f5..a11f798 100644 (file)
@@ -1,6 +1,5 @@
 #ifndef SERIALMESSAGE_H
 #define SERIALMESSAGE_H
-#include "mbed.h" // Included because we need the Steam object
 #include "libs/StreamOutput.h"
 struct SerialMessage {
         StreamOutput* stream;
index 90d4e9c..5a19c7c 100644 (file)
@@ -5,7 +5,6 @@
       You should have received a copy of the GNU General Public License along with Smoothie. If not, see <http://www.gnu.org/licenses/>. 
 */
 
-#include "mbed.h"
 #include "libs/Kernel.h"
 #include "modules/tools/laser/Laser.h"
 #include "modules/tools/extruder/Extruder.h"