Switch to unified view

a/libupnpp/control/description.cxx b/libupnpp/control/description.cxx
...
...
14
 *   Free Software Foundation, Inc.,
14
 *   Free Software Foundation, Inc.,
15
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
15
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
16
 */
16
 */
17
// An XML parser which constructs an UPnP device object from the
17
// An XML parser which constructs an UPnP device object from the
18
// device descriptor
18
// device descriptor
19
//#include "config.h"
19
#include "config.h"
20
20
21
#include "description.hxx"
21
#include "description.hxx"
22
22
23
#include <unordered_map>
23
#include <unordered_map>
24
24