Fix build of profiler.
authorRuben Ayrapetyan <r.ayrapetyan@samsung.com>
Fri, 15 Sep 2017 18:50:00 +0000 (21:50 +0300)
committerRuben Ayrapetyan <r.ayrapetyan@samsung.com>
Fri, 15 Sep 2017 18:43:43 +0000 (21:43 +0300)
profiler/profiler/src/stackentry.h

index c14955c..0eec2ff 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef STACKENTRY_H
 #define STACKENTRY_H
 
-#include <string.h>
-
 static constexpr size_t MAX_NAME_LENGTH = 512;
 
 class StackEntry {