Opened 16 years ago

Closed 16 years ago

#5565 closed defect (fixed)

upnptasknotify.h does not need upnp.h

Reported by: Erik Hovland <erik@…> Owned by: Isaac Richards
Priority: trivial Milestone: unknown
Component: mythtv Version: head
Severity: low Keywords:
Cc: Ticket locked: no

Description

upnptasknotify.h includes upnp.h but does not need it. With that include directive a circular include is set up between upnp.h, ssdp.h and upnptasknotify.h.

Removing the directive breaks the loop and causes no harm to upnptasknotify.h

Attachments (1)

libs_libmythupnp-recursive-includes.patch (769 bytes) - added by Erik Hovland <erik@…> 16 years ago.
removes upnp.h include directive from upnptasknotify.h

Download all attachments as: .zip

Change History (2)

Changed 16 years ago by Erik Hovland <erik@…>

removes upnp.h include directive from upnptasknotify.h

comment:1 Changed 16 years ago by danielk

Resolution: fixed
Status: newclosed

(In [17938]) Fixes #5565. Removes unneeded header from upnptasknotify.h

Note: See TracTickets for help on using tickets.