summaryrefslogtreecommitdiff
path: root/libgupnp-dlna/gupnp-dlna-restriction.c
diff options
context:
space:
mode:
authorKrzesimir Nowak <krnowak@openismus.com>2013-01-04 12:45:36 +0100
committerJens Georg <mail@jensge.org>2013-01-16 11:27:54 +0100
commit4039ad94bd5439e409b469d42e13de8e682b3dc6 (patch)
tree2a68ee04b49bef644973e992644b0a797832a1fb /libgupnp-dlna/gupnp-dlna-restriction.c
parent32b34b1d6c6fe466b1371cc44e2013eb4c764f5e (diff)
downloadgupnp-dlna-4039ad94bd5439e409b469d42e13de8e682b3dc6.tar.gz
Remove native sets private header.
Most of native sets already is private implementation.
Diffstat (limited to 'libgupnp-dlna/gupnp-dlna-restriction.c')
-rw-r--r--libgupnp-dlna/gupnp-dlna-restriction.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgupnp-dlna/gupnp-dlna-restriction.c b/libgupnp-dlna/gupnp-dlna-restriction.c
index 22cc841..c31e150 100644
--- a/libgupnp-dlna/gupnp-dlna-restriction.c
+++ b/libgupnp-dlna/gupnp-dlna-restriction.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012 Intel Corporation.
+ * Copyright (C) 2012, 2013 Intel Corporation.
*
* Authors: Krzesimir Nowak <krnowak@openismus.com>
*
@@ -22,7 +22,7 @@
#include <glib.h>
#include "gupnp-dlna-restriction-private.h"
-#include "gupnp-dlna-native-sets-private.h"
+#include "gupnp-dlna-value-list-private.h"
struct _GUPnPDLNARestriction {
gchar *mime;