[libdvdcss-devel] error: Drop unnecessary #includes.

Diego Biurrun git at videolan.org
Thu Oct 30 17:16:29 CET 2014


libdvdcss | branch: master | Diego Biurrun <diego at biurrun.de> | Wed Oct 22 13:10:33 2014 +0200| [0d1ae57167287d5525984239447cb399e62c4d30] | committer: Diego Biurrun

error: Drop unnecessary #includes.

> http://git.videolan.org/gitweb.cgi/libdvdcss.git/?a=commit;h=0d1ae57167287d5525984239447cb399e62c4d30
---

 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"
 
 /*****************************************************************************



More information about the libdvdcss-devel mailing list