1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

move pithy print to kernel

This commit is contained in:
winlin 2014-03-01 11:11:02 +08:00
parent 4d9b062f16
commit 7e14e7fa57
8 changed files with 12 additions and 12 deletions

View file

@ -35,7 +35,7 @@ using namespace std;
#include <srs_core_autofree.hpp>
#include <srs_core_source.hpp>
#include <srs_core_server.hpp>
#include <srs_core_pithy_print.hpp>
#include <srs_kernel_pithy_print.hpp>
#include <srs_kernel_config.hpp>
#include <srs_core_refer.hpp>
#include <srs_core_hls.hpp>