compress/uyvy: Remove config includes

This commit is contained in:
Martin Piatka
2026-02-27 11:56:46 +01:00
parent 87895afcad
commit 06cb9e5f2c

View File

@@ -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 <cassert>
#include "debug.h"
#include "host.h"
#include "lib_common.h"