diff --git a/daemon/rtsp_server.hpp b/daemon/rtsp_server.hpp
index 0794e43..01901cb 100644
--- a/daemon/rtsp_server.hpp
+++ b/daemon/rtsp_server.hpp
@@ -15,6 +15,9 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
+#ifndef _RTSP_SERVER_HPP_
+#define _RTSP_SERVER_HPP_
+
#include
#include
#include
@@ -25,9 +28,6 @@
#include "session_manager.hpp"
-#ifndef _RTSP_SERVER_HPP_
-#define _RTSP_SERVER_HPP_
-
using namespace std::chrono;
using boost::asio::deadline_timer;
using boost::asio::ip::tcp;