Minor header file reorg
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2811 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
c65b50e312
commit
20580582b3
|
@ -24,6 +24,7 @@
|
|||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/mman.h>
|
||||
#include <errno.h>
|
||||
|
||||
static int vidioctl( int fd, int request, void *arg )
|
||||
{
|
||||
|
|
|
@ -20,15 +20,9 @@
|
|||
#ifndef ZM_LOCAL_CAMERA_H
|
||||
#define ZM_LOCAL_CAMERA_H
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/ioctl.h>
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "zm.h"
|
||||
#include "zm_camera.h"
|
||||
|
||||
#include "zm_ffmpeg.h"
|
||||
|
||||
#ifdef HAVE_LINUX_VIDEODEV2_H
|
||||
|
|
|
@ -20,8 +20,6 @@
|
|||
#ifndef ZM_MONITOR_H
|
||||
#define ZM_MONITOR_H
|
||||
|
||||
#include <sys/time.h>
|
||||
|
||||
#include "zm.h"
|
||||
#include "zm_coord.h"
|
||||
#include "zm_image.h"
|
||||
|
@ -29,6 +27,8 @@
|
|||
#include "zm_event.h"
|
||||
#include "zm_camera.h"
|
||||
|
||||
#include <sys/time.h>
|
||||
|
||||
#define SIGNAL_CAUSE "Signal"
|
||||
#define MOTION_CAUSE "Motion"
|
||||
#define LINKED_CAUSE "Linked"
|
||||
|
|
Loading…
Reference in New Issue