From eafe336a8e5580bbd76546970351956810f01d8f Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 7 Feb 2010 23:08:53 +0100 Subject: *: remove all usages of C++ streams (-10k in code size) Also add copyright banners to all files which were missing them Signed-off-by: Denys Vlasenko --- lib/Utils/xconnect.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/Utils/xconnect.cpp') diff --git a/lib/Utils/xconnect.cpp b/lib/Utils/xconnect.cpp index 746edd6..0d02b1a 100644 --- a/lib/Utils/xconnect.cpp +++ b/lib/Utils/xconnect.cpp @@ -6,7 +6,6 @@ * * Licensed under GPLv2, see file LICENSE in this tarball for details. */ - #include "abrtlib.h" #include /* netinet/in.h needs it */ #include -- cgit