]> Git Repo - qemu.git/blobdiff - bsd-user/main.c
fw_cfg: document ACPI device node information
[qemu.git] / bsd-user / main.c
index 1ecaeb50e5fce20f1a983442d2c3d065a4533cf0..287ec1d36953434b7ef9bb461b532b09fe6bef22 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 <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"
@@ -33,6 +27,7 @@
 #include "tcg.h"
 #include "qemu/timer.h"
 #include "qemu/envlist.h"
+#include "exec/log.h"
 
 int singlestep;
 unsigned long mmap_min_addr;
This page took 0.021358 seconds and 4 git commands to generate.