From 41cd9f03dcd060b5948462d9562fd912cd57dc4c Mon Sep 17 00:00:00 2001
From: Armin Co <armin.co@hs-bochum.de>
Date: Sat, 25 Apr 2020 09:20:38 +0200
Subject: [PATCH] Removing macOS incompatible Profiler.

---
 gtk_qpong_app/ParticleImage.cpp | 2 --
 qpong_core/Particle.cpp         | 1 -
 2 files changed, 3 deletions(-)

diff --git a/gtk_qpong_app/ParticleImage.cpp b/gtk_qpong_app/ParticleImage.cpp
index d0ec47d..0dde648 100644
--- a/gtk_qpong_app/ParticleImage.cpp
+++ b/gtk_qpong_app/ParticleImage.cpp
@@ -6,8 +6,6 @@
 #include "ParticleImage.hpp"
 #include "Common.hpp"
 
-#include "Profiler.hpp"
-
 constexpr int bytesPerPixel = 3;
 constexpr int bitsPerSample = 8;
 
diff --git a/qpong_core/Particle.cpp b/qpong_core/Particle.cpp
index 0c27ae8..a019f41 100644
--- a/qpong_core/Particle.cpp
+++ b/qpong_core/Particle.cpp
@@ -11,7 +11,6 @@
 
 #include "Common.hpp"
 #include "Particle.hpp"
-#include "Profiler.hpp"
 
 /// @brief Planck constant.
 ///
-- 
GitLab