Project

General

Profile

Revision 1452

update of includes in library, removed unnecessary calls to stdlib.h

View differences:

wl_error_group.c
33 33
 **/
34 34

  
35 35
#include "wl_error_group.h"
36
#include "wireless.h"
37
#include "wl_defs.h"
36 38

  
37
#include <wireless.h>
38
#include <wl_defs.h>
39
#include <stdio.h>
40 39
#include <string.h>
41 40

  
42 41

  
42

  
43 43
void wl_error_response_receive(int frame, int received);
44 44
void wl_error_handle_receive(char type, int source, unsigned char* packet,
45 45
							int length);

Also available in: Unified diff