video_rxtx/ihdtv: Remove config includes

This commit is contained in:
Martin Piatka
2026-03-03 10:46:06 +01:00
parent eff2cbbc84
commit 37fae7eb44
2 changed files with 1 additions and 4 deletions

View File

@@ -54,6 +54,7 @@
#include <ctype.h>
#include <stdint.h>
#include "compat/net.h" //for sockaaddr_in, in_addr
#include "types.h"
#ifdef __cplusplus

View File

@@ -51,11 +51,7 @@
*
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#include "config_unix.h"
#include "config_win32.h"
#endif // HAVE_CONFIG_H
#include <string>