remote.c: remove autotoolized conditional includes
commit50a65887181c4a72c6a9310649b8f754575c7c5d
authorrofl0r <retnyg@gmx.net>
Sun, 29 Jun 2014 16:05:56 +0000 (29 18:05 +0200)
committerrofl0r <retnyg@gmx.net>
Sun, 29 Jun 2014 16:05:59 +0000 (29 18:05 +0200)
treef32e71423d41615c88fb1f5acd3172157661efb4
parentff2dfbc040768e4c355a18fdbc36d23afe7f8eca
remote.c: remove autotoolized conditional includes

these are the only headers that are conditionally included depending
on configure checks in the entire source tree, so we remove it for
consistency and just include them unconditionally.
this saves us from writing configure checks and implicit declaration
of inet_ntoa if the right HAVE_ define is not passed.
src/remote.c