]> git.siccegge.de Git - frida/frida.git/commitdiff
Remove unnecessary include for <string>
authorChristoph Egger <Christoph.Egger@fau.de>
Thu, 19 Mar 2015 14:08:33 +0000 (15:08 +0100)
committerChristoph Egger <Christoph.Egger@fau.de>
Thu, 19 Mar 2015 17:02:10 +0000 (18:02 +0100)
src/core/events/NewFunctionEvent.hxx

index f6d477c1fe88fbffde8b54158422632212f6f8c3..febcd1dab44bcd5075844deb471fd63eacf73399 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef INCLUDE__NewFunctionEvent_hxx_
 #define INCLUDE__NewFunctionEvent_hxx_
 
-#include <string>
-
 class Function;
 
 class NewFunctionEvent {