From 3b3ecb89b2793c707da5b75e702a4b6bcce8f3cb Mon Sep 17 00:00:00 2001 From: Peter Keresztes Schmidt Date: Mon, 1 Mar 2021 00:45:57 +0100 Subject: [PATCH] monitor: Move system includes back to their original location 41dc0212e0d4792f04b3cbace46a50bffe1020d4 moved the system includes to work around some compilation problems. The underlying cause has been fixed in cf9406a1e836ecc194ac5f13bddd8d71c1bd6aaa. Thus we can move the includes back so the follow the project-wide order. --- src/zm_monitor.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/zm_monitor.cpp b/src/zm_monitor.cpp index 4c334c98f..804596b12 100644 --- a/src/zm_monitor.cpp +++ b/src/zm_monitor.cpp @@ -17,10 +17,6 @@ // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. // -#include -#include -#include - #include "zm_monitor.h" #include "zm_group.h" @@ -59,6 +55,9 @@ #include "zm_libvnc_camera.h" #endif // HAVE_LIBVNC +#include +#include +#include #if ZM_MEM_MAPPED #include