diff --git a/src/sound_oss.c b/src/sound_oss.c index bb61aec..ecb5701 100644 --- a/src/sound_oss.c +++ b/src/sound_oss.c @@ -11,10 +11,6 @@ * resume/onpause by Test Rat */ -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif - #include #include #include diff --git a/src/sound_solaris.c b/src/sound_solaris.c index 7257037..219ca42 100644 --- a/src/sound_solaris.c +++ b/src/sound_solaris.c @@ -18,10 +18,6 @@ * Wed, 30 Jun 1999 14:23:52 -0700 (PDT) */ -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif - #include #include #include diff --git a/src/sound_win32.c b/src/sound_win32.c index c553fd6..957111a 100644 --- a/src/sound_win32.c +++ b/src/sound_win32.c @@ -9,10 +9,6 @@ /* * Based on Bjornar Henden's driver for Mikmod */ -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif - #include #include #include "sound.h"