Remove #include <config.h> from headers to make sure it's not included more than once

This commit is contained in:
Kjartan Maraas 2011-03-29 12:26:42 +02:00 committed by Thomas Hindoe Paaboel Andersen
parent 421f1b07bd
commit 465b630a93

View file

@ -27,8 +27,6 @@
#ifndef COMMON_H
#define COMMON_H
#include <config.h>
#ifndef __GNUC__
# define __attribute__(x)
#endif