[libbluray-devel] commit: dl_posix.c: Removed unneeded headers (hpi1 )
git at videolan.org
git at videolan.org
Fri Aug 20 10:28:11 CEST 2010
libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | Fri Aug 20 11:27:11 2010 +0300| [8a5fd6fc4a0736fe95cf4b29918ed3c65bb87f74] | committer: hpi1
dl_posix.c: Removed unneeded headers
> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=8a5fd6fc4a0736fe95cf4b29918ed3c65bb87f74
---
src/file/dl_posix.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/file/dl_posix.c b/src/file/dl_posix.c
index 46839cb..a57db27 100644
--- a/src/file/dl_posix.c
+++ b/src/file/dl_posix.c
@@ -27,9 +27,7 @@
#include "util/logging.h"
#include "util/strutl.h"
-#include <stdlib.h>
#include <dlfcn.h>
-#include <string.h>
void *dl_dlopen ( const char* path, const char *version )
{
More information about the libbluray-devel
mailing list