summaryrefslogtreecommitdiff
path: root/libgupnp-dlna
diff options
context:
space:
mode:
authorKrzesimir Nowak <krnowak@openismus.com>2013-01-03 13:41:37 +0100
committerJens Georg <mail@jensge.org>2013-01-16 11:27:54 +0100
commit6d4f44e1a22b332f5a797e41750eb455befaebec (patch)
tree262f1545dfc719d5eedd2c1f293ee4d7bfd44bdd /libgupnp-dlna
parent4039ad94bd5439e409b469d42e13de8e682b3dc6 (diff)
downloadgupnp-dlna-6d4f44e1a22b332f5a797e41750eb455befaebec.tar.gz
Remove native sets include-only header.
Diffstat (limited to 'libgupnp-dlna')
-rw-r--r--libgupnp-dlna/gupnp-dlna-profile-guesser-impl.c2
-rw-r--r--libgupnp-dlna/gupnp-dlna-profile-loader.c4
-rw-r--r--libgupnp-dlna/profile-backends/native/gupnp-dlna-native-sets.h30
-rw-r--r--libgupnp-dlna/profile-backends/native/native.am1
4 files changed, 4 insertions, 33 deletions
diff --git a/libgupnp-dlna/gupnp-dlna-profile-guesser-impl.c b/libgupnp-dlna/gupnp-dlna-profile-guesser-impl.c
index b0fae80..4707be3 100644
--- a/libgupnp-dlna/gupnp-dlna-profile-guesser-impl.c
+++ b/libgupnp-dlna/gupnp-dlna-profile-guesser-impl.c
@@ -30,8 +30,8 @@
#include "gupnp-dlna-container-information.h"
#include "gupnp-dlna-image-information.h"
#include "gupnp-dlna-video-information.h"
-#include "gupnp-dlna-native-sets.h"
#include "gupnp-dlna-utils.h"
+#include "gupnp-dlna-native-info-set.h"
static gboolean
is_video_profile (GUPnPDLNAProfile *profile)
diff --git a/libgupnp-dlna/gupnp-dlna-profile-loader.c b/libgupnp-dlna/gupnp-dlna-profile-loader.c
index 74eb456..6ae9193 100644
--- a/libgupnp-dlna/gupnp-dlna-profile-loader.c
+++ b/libgupnp-dlna/gupnp-dlna-profile-loader.c
@@ -29,8 +29,10 @@
#include <libxml/relaxng.h>
#include "gupnp-dlna-profile-loader.h"
#include "gupnp-dlna-profile-private.h"
-#include "gupnp-dlna-native-sets.h"
#include "gupnp-dlna-utils.h"
+#include "gupnp-dlna-value-list-private.h"
+#include "gupnp-dlna-native-value-type.h"
+#include "gupnp-dlna-restriction-private.h"
G_DEFINE_TYPE (GUPnPDLNAProfileLoader, gupnp_dlna_profile_loader, G_TYPE_OBJECT)
diff --git a/libgupnp-dlna/profile-backends/native/gupnp-dlna-native-sets.h b/libgupnp-dlna/profile-backends/native/gupnp-dlna-native-sets.h
deleted file mode 100644
index 3028c17..0000000
--- a/libgupnp-dlna/profile-backends/native/gupnp-dlna-native-sets.h
+++ /dev/null
@@ -1,30 +0,0 @@
-/*
- * Copyright (C) 2012 Intel Corporation.
- *
- * Authors: Krzesimir Nowak <krnowak@openismus.com>
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA 02110-1301, USA.
- */
-
-#ifndef __GUPNP_DLNA_NATIVE_SETS_H__
-#define __GUPNP_DLNA_NATIVE_SETS_H__
-
-#include "gupnp-dlna-native-value-type.h"
-#include "gupnp-dlna-value-list-private.h"
-#include "gupnp-dlna-restriction-private.h"
-#include "gupnp-dlna-native-info-set.h"
-
-#endif /* __GUPNP_DLNA_NATIVE_SETS_H__ */
diff --git a/libgupnp-dlna/profile-backends/native/native.am b/libgupnp-dlna/profile-backends/native/native.am
index ec8dbc2..dbc3862 100644
--- a/libgupnp-dlna/profile-backends/native/native.am
+++ b/libgupnp-dlna/profile-backends/native/native.am
@@ -16,7 +16,6 @@ gupnp_libadd += \
include $(top_srcdir)/libgupnp-dlna/profile-backends/native/sets/sets.am
profile_backends_native_libnativeprofilebackend_la_SOURCES = \
- profile-backends/native/gupnp-dlna-native-sets.h \
$(sets_sources)
profile_backends_native_libnativeprofilebackend_la_LIBADD = \
$(common_libadd)