From d1f5c51f453f78b2e3e85fda0b4ed21828cbd7ac Mon Sep 17 00:00:00 2001 From: Dimitris Panokostas Date: Fri, 31 Mar 2017 14:42:08 +0200 Subject: [PATCH] Removed Profiler include from Main (not used here) --- src/main.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 29bf059f..b6120f5a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -54,10 +54,6 @@ SDL_DisplayMode sdlMode; #include #include "keyboard.h" -#ifdef DEBUG -#include "gperftools/profiler.h" -#endif - long int version = 256 * 65536L*UAEMAJOR + 65536L*UAEMINOR + UAESUBREV; struct uae_prefs currprefs, changed_prefs;