From 9fa8ce5d62a24efa4e5b584f5a6cf921e3052be8 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Wed, 28 May 2014 16:06:57 +0200 Subject: Don't include config.h everywhere. --- src/mutex.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mutex.cc') diff --git a/src/mutex.cc b/src/mutex.cc index 483d71a..5649515 100644 --- a/src/mutex.cc +++ b/src/mutex.cc @@ -24,7 +24,6 @@ * along with MIaV; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -#include "config.h" #include "mutex.h" Mutex::Mutex() -- cgit v1.2.3