mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-24 01:42:22 +08:00
整理代码
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
#include "Util/util.h"
|
||||
#include "Util/TimeTicker.h"
|
||||
#include "Util/onceToken.h"
|
||||
#include "Util/mini.hpp"
|
||||
#include "Util/mini.h"
|
||||
#include "Util/NoticeCenter.h"
|
||||
|
||||
using namespace ZL::Util;
|
||||
|
||||
@@ -8,10 +8,10 @@
|
||||
#ifndef SRC_HTTP_HTTPSESSION_H_
|
||||
#define SRC_HTTP_HTTPSESSION_H_
|
||||
|
||||
#include <functional>
|
||||
#include "config.h"
|
||||
#include "Rtsp/Rtsp.h"
|
||||
#include "Network/TcpLimitedSession.h"
|
||||
#include <functional>
|
||||
|
||||
using namespace std;
|
||||
using namespace ZL::Network;
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
#include "HttpSession.h"
|
||||
#include "Util/SSLBox.h"
|
||||
#include "Util/TimeTicker.h"
|
||||
|
||||
using namespace ZL::Util;
|
||||
|
||||
namespace ZL {
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
* Author: xzl
|
||||
*/
|
||||
|
||||
#include "strCoding.h"
|
||||
#include <string.h>
|
||||
#include "strCoding.h"
|
||||
|
||||
namespace ZL {
|
||||
namespace Http {
|
||||
|
||||
@@ -11,10 +11,6 @@
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
||||
#ifdef _WINDOWS
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
using namespace std;
|
||||
|
||||
namespace ZL {
|
||||
|
||||
Reference in New Issue
Block a user