summaryrefslogtreecommitdiffstats
path: root/test/test.c
diff options
context:
space:
mode:
authorbradleys <[email protected]>2014-06-22 18:16:08 +0000
committerbradleys <[email protected]>2014-06-22 18:16:08 +0000
commit293e5ad57172aebf50fd353c3b5d63f9774706e7 (patch)
tree8e2ce87f7eb13f2515e133c70ebc28604250b25b /test/test.c
parent0cca911567c065136889fbc137368cc58255fdeb (diff)
CLI: Remove unnecessary include in last commit.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6218 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'test/test.c')
-rw-r--r--test/test.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test.c b/test/test.c
index 71a4d02f0..59b69abb2 100644
--- a/test/test.c
+++ b/test/test.c
@@ -15,7 +15,6 @@
#include <time.h>
#include <unistd.h>
#include <inttypes.h>
-#include <regex.h>
#if defined( __MINGW32__ )
#include <windows.h>