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

Refine headers

This commit is contained in:
winlin 2019-04-11 09:27:16 +08:00
parent 92980a0ca2
commit 53357e92fe
16 changed files with 8 additions and 17 deletions

View file

@ -86,7 +86,10 @@
#include <stddef.h>
#include <sys/types.h>
// important performance options.
// Time defines.
#include <srs_core_time.hpp>
// Some important performance options.
#include <srs_core_performance.hpp>
// free the p and set to NULL.

View file

@ -21,5 +21,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#include <srs_core.hpp>
#include <srs_core_performance.hpp>

View file

@ -24,9 +24,6 @@
#ifndef SRS_CORE_PERFORMANCE_HPP
#define SRS_CORE_PERFORMANCE_HPP
#include <srs_core.hpp>
#include <srs_core_time.hpp>
/**
* this file defines the perfromance options.
*/

View file

@ -21,5 +21,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#include <srs_core.hpp>
#include <srs_core_time.hpp>

View file

@ -24,8 +24,6 @@
#ifndef SRS_CORE_TIME_HPP
#define SRS_CORE_TIME_HPP
#include <srs_core.hpp>
// Time and duration unit, in us.
typedef int64_t srs_utime_t;