@@ -14,10 +14,9 @@
#include <config.h>
-#include <sys/types.h>
+#include <unistd.h> // for some IPC/network system calls
#include <netinet/in.h>
#include <sys/socket.h>
-#include <unistd.h> // for some IPC/network system calls
#include <boost/lexical_cast.hpp>
@@ -14,11 +14,10 @@
#include <stdint.h>
#include <boost/bind.hpp>
#include <boost/scoped_ptr.hpp>
#include <errno.h>
#include <boost/shared_array.hpp>
@@ -12,10 +12,9 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
#include <asio.hpp>
#include <asiolink/io_service.h>
@@ -14,9 +14,8 @@
-#include <netinet/in.h>
#include <stdlib.h>
+#include <netinet/in.h>
#include <unistd.h> // for some IPC/network system calls
#include <string>