diff options
Diffstat (limited to 'gdbstub.c')
-rw-r--r-- | gdbstub.c | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -16,16 +16,9 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, see <http://www.gnu.org/licenses/>. */ -#include "config.h" +#include "qemu/osdep.h" #include "qemu-common.h" #ifdef CONFIG_USER_ONLY -#include <stdlib.h> -#include <stdio.h> -#include <stdarg.h> -#include <string.h> -#include <errno.h> -#include <unistd.h> -#include <fcntl.h> #include "qemu.h" #else |