From: Ole André Vadla Ravnås Date: Sun, 29 Mar 2009 00:06:54 +0000 (+0100) Subject: Remove a misleading comment. X-Git-Tag: dbus-1.3.1~223 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2b62600dc05788ddda3b73d61e5c3405eb62ec9;p=thirdparty%2Fdbus.git Remove a misleading comment. errno.h is present and needed on Windows. (It's not present on Windows CE though.) (cherry picked from commit cef676c0c7ea8ad352e1ecf1c3643edb1abd7ad6) --- diff --git a/dbus/dbus-sysdeps.c b/dbus/dbus-sysdeps.c index 430dd2db5..68cea2730 100644 --- a/dbus/dbus-sysdeps.c +++ b/dbus/dbus-sysdeps.c @@ -39,10 +39,6 @@ #include #include -/* This is UNIX-specific (on windows it's just in stdlib.h I believe) - * but OK since the same stuff does exist on Windows in stdlib.h - * and covered by a configure check. - */ #ifdef HAVE_ERRNO_H #include #endif