aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/DllLibbluray.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/DllLibbluray.h b/lib/DllLibbluray.h
index 1ce320d825..b7d9ff2272 100644
--- a/lib/DllLibbluray.h
+++ b/lib/DllLibbluray.h
@@ -18,8 +18,6 @@
*
*/
#pragma once
-#include "system.h"
-#ifdef HAVE_LIBBLURAY
#include "DynamicDll.h"
@@ -196,5 +194,3 @@ public:
static BD_DIR_H *dir_open(const char* dirname);
static void bluray_logger(const char* msg);
};
-
-#endif