summaryrefslogtreecommitdiff
path: root/src/xine-engine/load_plugins.c
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-05-05 22:59:36 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-05-05 22:59:36 +0200
commitd2131a4d4264a86a98722e9da123dceb43063dbf (patch)
tree4420c9be44039f17de8890aa1e34c6dd0fd1d7f5 /src/xine-engine/load_plugins.c
parent320cc34222fef16354967fedd031a96bc8cf72d2 (diff)
downloadxine-lib-d2131a4d4264a86a98722e9da123dceb43063dbf.tar.gz
xine-lib-d2131a4d4264a86a98722e9da123dceb43063dbf.tar.bz2
Replace load_plugins.h with a more generic xine_private.h, move the functions that are now hidden from xine_internal.h to xine_private.h.
Diffstat (limited to 'src/xine-engine/load_plugins.c')
-rw-r--r--src/xine-engine/load_plugins.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xine-engine/load_plugins.c b/src/xine-engine/load_plugins.c
index b3abda893..83442aa8a 100644
--- a/src/xine-engine/load_plugins.c
+++ b/src/xine-engine/load_plugins.c
@@ -42,8 +42,6 @@
#include <basedir.h>
-#include "load_plugins.h"
-
#define LOG_MODULE "load_plugins"
#define LOG_VERBOSE
@@ -66,6 +64,8 @@
#include <xine/xineutils.h>
#include <xine/compat.h>
+#include "xine_private.h"
+
#define LINE_MAX_LENGTH (1024 * 32) /* 32 KiB */
#if 0