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

refine code, rename srs_app_socket.cpp to srs_app_st_socket.cpp

This commit is contained in:
winlin 2014-07-26 20:07:12 +08:00
parent 13abb0d768
commit b19d2e8e2d
12 changed files with 16 additions and 16 deletions

View file

@ -31,7 +31,7 @@ using namespace std;
#include <srs_kernel_log.hpp>
#include <srs_kernel_error.hpp>
#include <srs_app_http.hpp>
#include <srs_app_socket.hpp>
#include <srs_app_st_socket.hpp>
#include <srs_core_autofree.hpp>
#include <srs_app_json.hpp>
#include <srs_app_config.hpp>