[Rprotobuf-commits] r707 - pkg/src

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Jan 4 03:19:53 CET 2014


Author: murray
Date: 2014-01-04 03:19:52 +0100 (Sat, 04 Jan 2014)
New Revision: 707

Modified:
   pkg/src/SocketCopyingInputStream.h
Log:
Sort includes.  From clang iwyu.



Modified: pkg/src/SocketCopyingInputStream.h
===================================================================
--- pkg/src/SocketCopyingInputStream.h	2014-01-04 02:18:44 UTC (rev 706)
+++ pkg/src/SocketCopyingInputStream.h	2014-01-04 02:19:52 UTC (rev 707)
@@ -1,15 +1,14 @@
 #ifndef RPROTOBUF_SocketCopyingInputStream_H
 #define RPROTOBUF_SocketCopyingInputStream_H
 
-#include <sys/types.h>
-#include <sys/socket.h>
-
-#include "sisocks.h"
-
 /* FIXME: this should be probably handled by sisocks
           we need it for the TCP_NODELAY socket option */
 #include <netinet/tcp.h>
+#include <sys/socket.h>
+#include <sys/types.h>
 
+#include "sisocks.h"
+
 namespace rprotobuf {
 
 class SocketCopyingInputStream : public GPB::io::CopyingInputStream {



More information about the Rprotobuf-commits mailing list