[libbdplus-devel] Move loader.[ch] to bdsvm/

anonymous git at videolan.org
Thu Jan 8 10:50:30 CET 2015


libbdplus | branch: master | anonymous <anonymous at anonymous.org> | Thu Jan  8 10:36:37 2015 +0200| [c2e00ece2337f4f784eaa332b8b7ad5cbce8324a] | committer: anonymous

Move loader.[ch] to bdsvm/

> http://git.videolan.org/gitweb.cgi/libbdplus.git/?a=commit;h=c2e00ece2337f4f784eaa332b8b7ad5cbce8324a
---

 src/Makefile.am                    |    4 ++--
 src/libbdplus/{ => bdsvm}/loader.c |    2 +-
 src/libbdplus/{ => bdsvm}/loader.h |    0
 src/libbdplus/internal.c           |    3 +--
 4 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 0e35b8f..6d292c4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -10,13 +10,13 @@ libbdplus_la_SOURCES=\
 	libbdplus/bdplus.c \
 	libbdplus/bdplus_data.h \
 	libbdplus/internal.h \
-	libbdplus/loader.c \
-	libbdplus/loader.h \
 	libbdplus/bdplus_config.c \
 	libbdplus/bdplus_config.h \
 	libbdplus/bdsvm/diff.h \
 	libbdplus/bdsvm/event.c \
 	libbdplus/bdsvm/event.h \
+	libbdplus/bdsvm/loader.c \
+	libbdplus/bdsvm/loader.h \
 	libbdplus/bdsvm/segment.c \
 	libbdplus/bdsvm/trap_helper.c \
 	libbdplus/bdsvm/trap.c \
diff --git a/src/libbdplus/loader.c b/src/libbdplus/bdsvm/loader.c
similarity index 99%
rename from src/libbdplus/loader.c
rename to src/libbdplus/bdsvm/loader.c
index cd4ec43..5468bc4 100644
--- a/src/libbdplus/loader.c
+++ b/src/libbdplus/bdsvm/loader.c
@@ -20,7 +20,7 @@
 
 #include "loader.h"
 
-#include "bdsvm/dlx.h"
+#include "dlx.h"
 
 #include "util/logging.h"
 #include "util/macro.h"
diff --git a/src/libbdplus/loader.h b/src/libbdplus/bdsvm/loader.h
similarity index 100%
rename from src/libbdplus/loader.h
rename to src/libbdplus/bdsvm/loader.h
diff --git a/src/libbdplus/internal.c b/src/libbdplus/internal.c
index a36a8a2..ab58aa4 100644
--- a/src/libbdplus/internal.c
+++ b/src/libbdplus/internal.c
@@ -21,10 +21,9 @@
 #include "internal.h"
 #include "bdplus_data.h"
 
-#include "loader.h"
-
 #include "bdsvm/dlx.h"
 #include "bdsvm/event.h"
+#include "bdsvm/loader.h"
 #include "bdsvm/segment.h"
 
 #include "file/file.h"



More information about the libbdplus-devel mailing list