From 3d615bbebf537bea6ae93fc46abd3af7113fab66 Mon Sep 17 00:00:00 2001 From: Jose Date: Mon, 1 Sep 2014 13:54:22 +0200 Subject: Fix (ICE-3445) - consider not installing internal header files --- cpp/test/Ice/properties/Client.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'cpp/test/Ice/properties/Client.cpp') diff --git a/cpp/test/Ice/properties/Client.cpp b/cpp/test/Ice/properties/Client.cpp index e165e68dca1..7d0746c0578 100644 --- a/cpp/test/Ice/properties/Client.cpp +++ b/cpp/test/Ice/properties/Client.cpp @@ -9,8 +9,7 @@ #include #include -#include -#include +#include using namespace std; @@ -138,6 +137,5 @@ main(int argc, char* argv[]) return EXIT_FAILURE; } - return EXIT_SUCCESS; } -- cgit v1.2.3