mirror of https://github.com/lwvmobile/mbelib
Merge pull request #7 from balr0g/mbelib-header-fix
Don't include unnecessary headers in mbelib.h
This commit is contained in:
commit
0adb87be17
|
|
@ -16,8 +16,11 @@
|
|||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <mbelib.h>
|
||||
#include <ambe3600x2250_const.h>
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
|
||||
#include "mbelib.h"
|
||||
#include "ambe3600x2250_const.h"
|
||||
|
||||
void
|
||||
mbe_dumpAmbe2250Data (char *ambe_d)
|
||||
|
|
|
|||
|
|
@ -16,7 +16,10 @@
|
|||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <mbelib.h>
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
|
||||
#include "mbelib.h"
|
||||
|
||||
void
|
||||
mbe_dumpImbe7100x4400Data (char *imbe_d)
|
||||
|
|
|
|||
|
|
@ -16,8 +16,11 @@
|
|||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <mbelib.h>
|
||||
#include <imbe7200x4400_const.h>
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
|
||||
#include "mbelib.h"
|
||||
#include "imbe7200x4400_const.h"
|
||||
|
||||
void
|
||||
mbe_dumpImbe4400Data (char *imbe_d)
|
||||
|
|
|
|||
3
mbelib.c
3
mbelib.c
|
|
@ -16,6 +16,9 @@
|
|||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
|
||||
#include "mbelib.h"
|
||||
#include "mbelib_const.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue