diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2019-05-03 06:57:46 +0200 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-05-03 06:57:46 +0200 | 
| commit | b24d75d25e37830b1c20f656859df11e76045a71 (patch) | |
| tree | 70796de0ee43e199dbdf47e78c5c3125e105eb64 | |
| parent | 669a14f1dddf8a85c79ec296431b109420fc639f (diff) | |
tracker/kinect: move #pragma once
| -rw-r--r-- | tracker-kinect-face/kinect_face_tracker.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/tracker-kinect-face/kinect_face_tracker.h b/tracker-kinect-face/kinect_face_tracker.h index c261eb33..8070c519 100644 --- a/tracker-kinect-face/kinect_face_tracker.h +++ b/tracker-kinect-face/kinect_face_tracker.h @@ -6,6 +6,8 @@   * notice appear in all copies.   */ +#pragma once +  #include <cmath>  #include "api/plugin-api.hpp" @@ -17,8 +19,6 @@  #include <Kinect.h>  #include <Kinect.Face.h> -#pragma once -  // @deprecated Use UniqueInterface instead. Remove it at some point.  template<class Interface>  inline void SafeRelease(Interface *& pInterfaceToRelease) | 
