Upgrade gcc4mbed project used by Smoothie.
[clinton/Smoothieware.git] / gcc4mbed / samples / LocalFileSystem / main.cpp
index bde2b4c..b725845 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright 2011 Adam Green (http://mbed.org/users/AdamGreen/)\r
+/* Copyright 2012 Adam Green (http://mbed.org/users/AdamGreen/)\r
 \r
    Licensed under the Apache License, Version 2.0 (the "License");\r
    you may not use this file except in compliance with the License.\r
@@ -13,7 +13,7 @@
    limitations under the License.\r
 */\r
 /* Basic unit tests for LocalFileSystem functionality. */\r
-#include "mbed.h"\r
+#include <mbed.h>\r
 \r
 LocalFileSystem local("local");             // Create the local filesystem under the name "local"\r
 \r