[llvm-commits] [test-suite] r167927 - /test-suite/trunk/MultiSource/Benchmarks/MiBench/network-patricia/patricia_test.c

Duncan Sands baldrick at free.fr
Wed Nov 14 02:58:20 PST 2012


Author: baldrick
Date: Wed Nov 14 04:58:20 2012
New Revision: 167927

URL: http://llvm.org/viewvc/llvm-project?rev=167927&view=rev
Log:
Remove not needed include of rpc/rpc.h, as it isn't available on all systems.
Patch by Brendan Kirby.

Modified:
    test-suite/trunk/MultiSource/Benchmarks/MiBench/network-patricia/patricia_test.c

Modified: test-suite/trunk/MultiSource/Benchmarks/MiBench/network-patricia/patricia_test.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/MiBench/network-patricia/patricia_test.c?rev=167927&r1=167926&r2=167927&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/MiBench/network-patricia/patricia_test.c (original)
+++ test-suite/trunk/MultiSource/Benchmarks/MiBench/network-patricia/patricia_test.c Wed Nov 14 04:58:20 2012
@@ -43,7 +43,6 @@
 #include <sys/types.h>
 #include <sys/wait.h>
 
-#include <rpc/rpc.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>
 





More information about the llvm-commits mailing list