summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-06-24 08:12:49 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:11:43 +0200
commit8090af20b5219e07d7bf1400d94e1adf3a8ae6ce (patch)
tree16a64bcad955f614df217c344578232d4a3a0dd3 /configure
parent19484c7ec5c8a9adec9620bdc996e974bc02cc49 (diff)
downloadmpv-8090af20b5219e07d7bf1400d94e1adf3a8ae6ce.tar.bz2
mpv-8090af20b5219e07d7bf1400d94e1adf3a8ae6ce.tar.xz
configure: Remove unnecessary #includes from libnut test.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31546 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure b/configure
index ea5f0c3d3d..3eebae8499 100755
--- a/configure
+++ b/configure
@@ -6984,9 +6984,6 @@ echores "$_x264"
echocheck "libnut"
if test "$_libnut" = auto ; then
cat > $TMPC << EOF
-#include <stdio.h>
-#include <stdlib.h>
-#include <inttypes.h>
#include <libnut.h>
nut_context_tt * nut;
int main(void) { (void)nut_error(0); return 0; }