diff --git a/src/system_wrappers/interface/data_log_c.h b/src/system_wrappers/interface/data_log_c.h index a3566ea377..fffbb4fd86 100644 --- a/src/system_wrappers/interface/data_log_c.h +++ b/src/system_wrappers/interface/data_log_c.h @@ -18,7 +18,8 @@ #define SRC_SYSTEM_WRAPPERS_INTERFACE_DATA_LOG_C_H_ #include /* size_t */ -#include "common_types.h" + +#include "typedefs.h" /* NOLINT(build/include) */ #ifdef __cplusplus extern "C" { @@ -85,4 +86,4 @@ int WebRtcDataLog_NextRow(const char* table_name); } /* end of extern "C" */ #endif -#endif /* SRC_SYSTEM_WRAPPERS_INTERFACE_DATA_LOG_C_H_ */ +#endif /* SRC_SYSTEM_WRAPPERS_INTERFACE_DATA_LOG_C_H_ */ /* NOLINT */