mined.h: remove minix/config.h include.

Nothing defined there is used by mined.

Change-Id: I38b692be1313aaed316eebd7caf8e879178d90dc
This commit is contained in:
Thomas Cort 2015-03-22 16:07:45 -04:00 committed by Lionel Sambuc
parent d82c151c9e
commit 50d246bbba

View file

@ -2,7 +2,7 @@
* Mined.h *
*========================================================================*/
#include <minix/config.h>
#include <sys/types.h>
#include <fcntl.h>
#include <stdlib.h>