From 2083e87f388cf365523c5b5f2c5f9eb143d538ab Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 11 Oct 2016 08:54:35 +0200 Subject: tracker/pt: minor cleanup --- tracker-pt/point_tracker.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'tracker-pt') diff --git a/tracker-pt/point_tracker.h b/tracker-pt/point_tracker.h index 9530c338..79344076 100644 --- a/tracker-pt/point_tracker.h +++ b/tracker-pt/point_tracker.h @@ -5,15 +5,15 @@ * copyright notice and this permission notice appear in all copies. */ -#ifndef POINTTRACKER_H -#define POINTTRACKER_H +#pragma once #include "compat/timer.hpp" #include "ftnoir_tracker_pt_settings.h" using namespace pt_types; -#include +#include +#include #include #include #include @@ -102,5 +102,3 @@ private: Timer t; bool init_phase; }; - -#endif //POINTTRACKER_H -- cgit v1.2.3