]> git.proxmox.com Git - mirror_qemu.git/blobdiff - bsd-user/syscall.c
bsd-user: Clean up includes
[mirror_qemu.git] / bsd-user / syscall.c
index a4d1583fedfd73ba330fc4e5f8927d402069647d..35f784cb6cd65f38ccf9c3499877456e484c4104 100644 (file)
  *  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 <stdint.h>
-#include <stdarg.h>
-#include <string.h>
-#include <errno.h>
-#include <unistd.h>
-#include <fcntl.h>
-#include <time.h>
-#include <limits.h>
-#include <sys/types.h>
+#include "qemu/osdep.h"
 #include <sys/mman.h>
 #include <sys/syscall.h>
 #include <sys/param.h>