]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
afs.h: Do not include regex.h.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 6 Sep 2015 19:08:59 +0000 (21:08 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 13 Dec 2015 10:30:27 +0000 (11:30 +0100)
This is unnecessary as all source files which include afs.h included
regex.h before.

afs.h

diff --git a/afs.h b/afs.h
index e77cdf020d2c2b7716dd03c9050cdc6c42b4c3f5..25ff421d8b86d0f5708d4b4f3749f310f9c4a877 100644 (file)
--- a/afs.h
+++ b/afs.h
@@ -6,8 +6,6 @@
 
 /** \file afs.h Exported symbols of the audio file selector. */
 
 
 /** \file afs.h Exported symbols of the audio file selector. */
 
-#include <regex.h>
-
 /** Audio file selector data stored in the audio file table. */
 struct afs_info {
        /** Seconds since the epoch. */
 /** Audio file selector data stored in the audio file table. */
 struct afs_info {
        /** Seconds since the epoch. */