Mercurial > audlegacy-plugins
diff src/paranormal/containers.c @ 1943:56bb18dd3fdd
paranormal: CONFIG_H removal
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Mon, 01 Oct 2007 16:46:11 -0500 |
| parents | 3b034150d31e |
| children | f1b6f1b2cdb3 |
line wrap: on
line diff
--- a/src/paranormal/containers.c Mon Oct 01 16:43:45 2007 -0500 +++ b/src/paranormal/containers.c Mon Oct 01 16:46:11 2007 -0500 @@ -17,9 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifdef HAVE_CONFIG_H -# include <config.h> -#endif +#include <config.h> #include <stdio.h>
