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

rename config and pithy-print to app module.

This commit is contained in:
winlin 2014-03-01 16:02:59 +08:00
parent b407021d45
commit 382fd127e4
15 changed files with 27 additions and 27 deletions

View file

@ -24,7 +24,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <srs_kernel_log.hpp>
#include <srs_kernel_error.hpp>
#include <srs_core_server.hpp>
#include <srs_kernel_config.hpp>
#include <srs_core_config.hpp>
#include <stdlib.h>
#include <signal.h>