You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by as...@apache.org on 2012/11/28 23:08:55 UTC

svn commit: r1414960 - in /qpid/proton/trunk/proton-c/examples/messenger/c: recv.c send.c

Author: astitcher
Date: Wed Nov 28 22:08:54 2012
New Revision: 1414960

URL: http://svn.apache.org/viewvc?rev=1414960&view=rev
Log:
NO-JIRA: Remove unnecessary includes

Modified:
    qpid/proton/trunk/proton-c/examples/messenger/c/recv.c
    qpid/proton/trunk/proton-c/examples/messenger/c/send.c

Modified: qpid/proton/trunk/proton-c/examples/messenger/c/recv.c
URL: http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/examples/messenger/c/recv.c?rev=1414960&r1=1414959&r2=1414960&view=diff
==============================================================================
--- qpid/proton/trunk/proton-c/examples/messenger/c/recv.c (original)
+++ qpid/proton/trunk/proton-c/examples/messenger/c/recv.c Wed Nov 28 22:08:54 2012
@@ -24,7 +24,6 @@
 #include <getopt.h>
 #include <stdio.h>
 #include <stdlib.h>
-#include <error.h>
 #include <ctype.h>
 
 #define check(messenger)                                         \

Modified: qpid/proton/trunk/proton-c/examples/messenger/c/send.c
URL: http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/examples/messenger/c/send.c?rev=1414960&r1=1414959&r2=1414960&view=diff
==============================================================================
--- qpid/proton/trunk/proton-c/examples/messenger/c/send.c (original)
+++ qpid/proton/trunk/proton-c/examples/messenger/c/send.c Wed Nov 28 22:08:54 2012
@@ -25,7 +25,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <error.h>
 #include <ctype.h>
 
 #define check(messenger)                                         \



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org