From 9d6a9510f4c9bd27d602db928f9a7d6c1aa03ec4 Mon Sep 17 00:00:00 2001 From: "Ben \"root\" Anderson" Date: Fri, 25 Oct 2013 15:51:44 -0500 Subject: [PATCH] Added this to the wrong file --- src/archutils/Common/PthreadHelpers.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/archutils/Common/PthreadHelpers.cpp b/src/archutils/Common/PthreadHelpers.cpp index b5a4ea0e70..49c35cdc55 100644 --- a/src/archutils/Common/PthreadHelpers.cpp +++ b/src/archutils/Common/PthreadHelpers.cpp @@ -4,7 +4,6 @@ #include "global.h" #include "RageUtil.h" #include "RageThreads.h" -#include "StdString.h" #include "archutils/Unix/Backtrace.h" // HACK: This should be platform-agnosticized #if defined(UNIX) #include "archutils/Unix/RunningUnderValgrind.h"