[libdvdcss-devel] [PATCH 08/47] error: Drop unnecessary #includes.

Diego Biurrun diego at biurrun.de
Wed Oct 29 21:33:08 CET 2014


---
 src/error.c | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/src/error.c b/src/error.c
index 2d37dbd..7ea62ae 100644
--- 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"
 
 /*****************************************************************************
-- 
1.9.1



More information about the libdvdcss-devel mailing list