Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
74:81c47fff88a5
Parent:
69:65665afbad5d
Child:
78:1353744f01e1
--- a/call.h	Wed Nov 19 14:06:13 2014 +0000
+++ b/call.h	Mon Nov 24 16:43:16 2014 +0000
@@ -9,15 +9,15 @@
 #ifndef __CALL_H__
 #define __CALL_H__
 
-#include "rtp.h"
-#include "rtpbuf.h"
+#include <stdlib.h>
+#include <stdint.h>
 #include "mbed.h"
 #include "EthernetInterface.h"
-#include <stdlib.h>
-#include <stdint.h>
-#include <string.h>
 #include "object.h"
 #include "vz_protocol.h"
+#include "rtp.h"
+#include "rtpbuf.h"
+#include "debug.h"
 
 extern DigitalOut led1;