From 89967d4da95b703a7c1059d42479536cd162a1a7 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 6 Sep 2015 21:08:59 +0200 Subject: [PATCH 1/1] afs.h: Do not include regex.h. This is unnecessary as all source files which include afs.h included regex.h before. --- afs.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/afs.h b/afs.h index e77cdf02..25ff421d 100644 --- a/afs.h +++ b/afs.h @@ -6,8 +6,6 @@ /** \file afs.h Exported symbols of the audio file selector. */ -#include - /** Audio file selector data stored in the audio file table. */ struct afs_info { /** Seconds since the epoch. */ -- 2.39.2