use TCP to connect to mbed connector

Fork of mbedConnectorInterfaceWithDM by Doug Anson

Revision:
37:2a5d98881956
Parent:
31:2507e64fcc42
Child:
54:dfee8691c83a
--- a/source/MinarResourceObserver.cpp	Tue Jun 14 19:49:14 2016 +0000
+++ b/source/MinarResourceObserver.cpp	Tue Jun 14 19:56:47 2016 +0000
@@ -20,11 +20,11 @@
  * limitations under the License.
  */
 
-#if defined(MCI_MINAR_SCHEDULER)
-
 // class support
 #include "mbed-connector-interface/MinarResourceObserver.h"
 
+#if defined(MCI_MINAR_SCHEDULER)
+
 // DEBUG
 #ifndef NDEBUG
 #define DEBUG_OUT(...) { printf(__VA_ARGS__); }