remove uneccessary zm_packetqueue.h
This commit is contained in:
parent
40993ce401
commit
b123bd1da3
|
@ -22,7 +22,6 @@
|
|||
|
||||
#include "zm_camera.h"
|
||||
#include "zm_rtsp_auth.h"
|
||||
#include "zm_packetqueue.h"
|
||||
|
||||
#include <string>
|
||||
#include <sys/types.h>
|
||||
|
|
|
@ -25,14 +25,12 @@
|
|||
#include "zm_buffer.h"
|
||||
#include "zm_regexp.h"
|
||||
#include "zm_utils.h"
|
||||
#include "zm_packetqueue.h"
|
||||
|
||||
//
|
||||
// Class representing 'http' cameras, i.e. those which are
|
||||
// accessed over a network connection using http
|
||||
//
|
||||
class RemoteCameraHttp : public RemoteCamera
|
||||
{
|
||||
class RemoteCameraHttp : public RemoteCamera {
|
||||
protected:
|
||||
std::string request;
|
||||
struct timeval timeout;
|
||||
|
|
Loading…
Reference in New Issue