mined.h: remove minix/config.h include.
Nothing defined there is used by mined. Change-Id: I38b692be1313aaed316eebd7caf8e879178d90dc
This commit is contained in:
parent
d82c151c9e
commit
50d246bbba
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
* Mined.h *
|
* Mined.h *
|
||||||
*========================================================================*/
|
*========================================================================*/
|
||||||
|
|
||||||
#include <minix/config.h>
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
Loading…
Reference in a new issue