Removed Profiler include from Main (not used here)

This commit is contained in:
Dimitris Panokostas 2017-03-31 14:42:08 +02:00
parent 9511db2bfd
commit d1f5c51f45

View file

@ -54,10 +54,6 @@ SDL_DisplayMode sdlMode;
#include <sys/ioctl.h>
#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;