shithub: libdvdcss

Download patch

ref: 0d1ae57167287d5525984239447cb399e62c4d30
parent: 25a5ae642eef610aab773156e7472e2e341bf884
author: Diego Biurrun <diego@biurrun.de>
date: Wed Oct 22 09:10:33 EDT 2014

error: Drop unnecessary #includes.

--- a/src/error.c
+++ b/src/error.c
@@ -20,23 +20,10 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  *****************************************************************************/
 
-#include "config.h"
-
 #include <stdio.h>
-#include <stdlib.h>
 
-#ifdef HAVE_SYS_PARAM_H
-#   include <sys/param.h>
-#endif
-
-#ifdef HAVE_LIMITS_H
-#   include <limits.h>
-#endif
-
 #include "dvdcss/dvdcss.h"
 
-#include "common.h"
-#include "css.h"
 #include "libdvdcss.h"
 
 /*****************************************************************************