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

This commit is contained in:
Marcelo Roberto Jimenez 2010-12-18 18:09:35 -02:00
parent 462505ff62
commit 7e8e5621a8

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"