Remove unnecessary header <sys/utsname.h> from upnpapi.c.

(cherry picked from commit 7e8e5621a8)
This commit is contained in:
Marcelo Roberto Jimenez
2010-12-18 18:09:35 -02:00
parent b1ae4db35a
commit 2ccaf7fac8

View File

@@ -63,7 +63,6 @@
#include <sys/param.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <sys/utsname.h>
#endif
#include "upnpapi.h"