From ada7bda7b021a23029f3dcf96599ecfa18da1c70 Mon Sep 17 00:00:00 2001 From: Chris Hopman Date: Sat, 11 Jul 2009 09:02:13 +0000 Subject: [PATCH] remove unneeded include --- src/shared_string.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/shared_string.hpp b/src/shared_string.hpp index 56f7b950bb6..e2dddcf8265 100644 --- a/src/shared_string.hpp +++ b/src/shared_string.hpp @@ -15,7 +15,6 @@ #define SHARED_STRING_HPP_INCLUDED #include "shared_object.hpp" -#include "tstring.hpp" #include struct shared_string : public shared_object {