Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
121:ee02790d00b7
Parent:
119:ee6a53069455
Child:
132:05cd37f7e007
diff -r 770f00554b1e -r ee02790d00b7 call.h
--- a/call.h	Mon May 04 17:25:29 2015 +0000
+++ b/call.h	Fri May 08 04:15:23 2015 +0000
@@ -6,19 +6,15 @@
  * @date 2014-11-05
  * \class VZ_call
  */
+ 
 #ifndef __CALL_H__
 #define __CALL_H__
 
-#include <stdlib.h>
-#include <stdint.h>
-#include "mbed.h"
-#include "EthernetInterface.h"
+#include "shared_variables.h"
 #include "object.h"
-#include "vz_protocol.h"
 #include "rtp.h"
+#include "debug.h"
 #include "rtpbuf.h"
-#include "debug.h"
-#include "shared_variables.h"
 
 const uint8_t __CALL_MAX_IDLE_TIME__ = 5;
 ///< Define o tempo máximo sem receber dados em alguma chamada.