remove unneeded include again

This commit is contained in:
Gunter Labes 2007-11-18 13:24:27 +00:00
parent 8e145a3777
commit a450d9d3d2
2 changed files with 1 additions and 4 deletions

View file

@ -237,8 +237,7 @@ wesnothd_SOURCES = \
network.cpp \
network_worker.cpp \
loadscreen_empty.cpp \
serialization/parser.cpp \
serialization/binary_or_text.cpp
serialization/parser.cpp
wesnothd_LDADD = -L. -lwesnoth-core @SDL_NET_LIBS@ @SDL_LIBS@ $(LIBINTL)
wesnothd_DEPENDENCIES=libwesnoth-core.a

View file

@ -21,7 +21,6 @@
#include "wassert.hpp"
//#include "wesconfig.h"
#include "serialization/binary_wml.hpp"
#include "serialization/binary_or_text.hpp"
#include <algorithm>
#include <cerrno>
@ -188,7 +187,6 @@ bool receive_with_timeout(TCPsocket s, char* buf, size_t nbytes, bool update_sta
static SOCKET_STATE send_buf(TCPsocket sock, config& config_in) {
LOG_NW << "SENDING to: " << sock << ": " << config_in.debug();
//write_possibly_compressed(std::cerr, config_in, false);
#ifdef __BEOS__
int timeout = 15000;
#endif