diff options
Diffstat (limited to 'bsd-user/main.c')
-rw-r--r-- | bsd-user/main.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/bsd-user/main.c b/bsd-user/main.c index fefcfc1ccf..287ec1d369 100644 --- a/bsd-user/main.c +++ b/bsd-user/main.c @@ -16,14 +16,8 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, see <http://www.gnu.org/licenses/>. */ -#include <stdlib.h> -#include <stdio.h> -#include <stdarg.h> -#include <string.h> -#include <errno.h> -#include <unistd.h> +#include "qemu/osdep.h" #include <machine/trap.h> -#include <sys/types.h> #include <sys/mman.h> #include "qemu.h" |