forked from auracaster/openocd
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:
@@ -26,9 +26,11 @@
|
||||
#ifndef SERVER_H
|
||||
#define SERVER_H
|
||||
|
||||
#include "command.h"
|
||||
#include "binarybuffer.h"
|
||||
#include "replacements.h"
|
||||
#include "log.h"
|
||||
|
||||
#ifdef HAVE_NETINET_IN_H
|
||||
#include <netinet/in.h>
|
||||
#endif
|
||||
|
||||
enum connection_type
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user