remove uneccessary zm_packetqueue.h

This commit is contained in:
Isaac Connor 2017-05-20 09:12:05 -04:00
parent 40993ce401
commit b123bd1da3
2 changed files with 1 additions and 4 deletions

View File

@ -22,7 +22,6 @@
#include "zm_camera.h"
#include "zm_rtsp_auth.h"
#include "zm_packetqueue.h"
#include <string>
#include <sys/types.h>

View File

@ -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;