From 57eb123abe8aa4c169a5a155247f036b703cd8cf Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 23 Apr 2010 12:59:11 +0100 Subject: minor fix: invalid duplicated include of config.h --- runtime/atomic.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'runtime/atomic.h') diff --git a/runtime/atomic.h b/runtime/atomic.h index ea3be37a..271e825e 100644 --- a/runtime/atomic.h +++ b/runtime/atomic.h @@ -31,8 +31,6 @@ * A copy of the GPL can be found in the file "COPYING" in this distribution. * A copy of the LGPL can be found in the file "COPYING.LESSER" in this distribution. */ -#include "config.h" /* autotools! */ - #ifndef INCLUDED_ATOMIC_H #define INCLUDED_ATOMIC_H -- cgit