summaryrefslogtreecommitdiff
path: root/debian/patches/0016-interpol-test-remove-unused-include-getopt.h.patch
blob: c52daa618049b31acc950cc1b914f94673c2063d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From 236eb2ace05dda6c348d2f1cc521deaa6e991abc Mon Sep 17 00:00:00 2001
From: =?utf-8?q?Marc-Andr=C3=A9=20Lureau?= <marcandre.lureau@gmail.com>
Date: Tue, 4 Nov 2008 16:47:09 +0200
Subject: [PATCH 16/85] interpol-test: remove unused include getopt.h

---
 src/tests/interpol-test.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/tests/interpol-test.c b/src/tests/interpol-test.c
index 0c906d3..5ee4e4d 100644
--- a/src/tests/interpol-test.c
+++ b/src/tests/interpol-test.c
@@ -28,7 +28,6 @@
 #include <assert.h>
 #include <stdio.h>
 #include <stdlib.h>
-#include <getopt.h>
 #include <math.h>
 
 #include <pulse/pulseaudio.h>
-- 
1.6.3.3