diff --git a/src/video_compress/uyvy.cpp b/src/video_compress/uyvy.cpp index 81a88641e..bebdb9253 100644 --- a/src/video_compress/uyvy.cpp +++ b/src/video_compress/uyvy.cpp @@ -35,11 +35,8 @@ * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifdef HAVE_CONFIG_H -#include "config.h" -#include "config_unix.h" -#include "config_win32.h" -#endif // HAVE_CONFIG_H +#include + #include "debug.h" #include "host.h" #include "lib_common.h"