remove unneeded include

This commit is contained in:
Chris Hopman 2009-07-11 09:02:13 +00:00
parent f8b0ef0006
commit ada7bda7b0

View File

@ -15,7 +15,6 @@
#define SHARED_STRING_HPP_INCLUDED
#include "shared_object.hpp"
#include "tstring.hpp"
#include <string>
struct shared_string : public shared_object<std::string> {