Audit and eliminate redundant #include directives from src/server.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1709 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -27,25 +27,16 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "replacements.h"
|
||||
|
||||
#include "server.h"
|
||||
|
||||
#include "log.h"
|
||||
#include "telnet_server.h"
|
||||
#include "target.h"
|
||||
|
||||
#include <command.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <errno.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <signal.h>
|
||||
|
||||
#ifndef _WIN32
|
||||
#include <netinet/tcp.h>
|
||||
#endif
|
||||
|
||||
|
||||
service_t *services = NULL;
|
||||
|
||||
/* shutdown_openocd == 1: exit the main event loop, and quit the debugger */
|
||||
|
||||
Reference in New Issue
Block a user