mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 05:35:46 -04:00
Move utility classes from common to own static lib
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
#include "regtest_host_interface.h"
|
||||
#include "common/assert.h"
|
||||
#include "common/audio_stream.h"
|
||||
#include "common/byte_stream.h"
|
||||
#include "common/file_system.h"
|
||||
#include "common/log.h"
|
||||
@ -11,6 +10,7 @@
|
||||
#include "frontend-common/game_settings.h"
|
||||
#include "regtest_host_display.h"
|
||||
#include "scmversion/scmversion.h"
|
||||
#include "util/audio_stream.h"
|
||||
#include <cstdio>
|
||||
Log_SetChannel(RegTestHostInterface);
|
||||
|
||||
|
Reference in New Issue
Block a user