diff options
Diffstat (limited to 'gdbstub.c')
-rw-r--r-- | gdbstub.c | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -17,18 +17,12 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include <stdlib.h> -#include <stdio.h> -#include <string.h> -#include <unistd.h> -#include <errno.h> +#include "vl.h" + #include <sys/socket.h> #include <netinet/in.h> #include <netinet/tcp.h> #include <signal.h> -#include <fcntl.h> - -#include "vl.h" //#define DEBUG_GDB |