Revert "Fix missing include".

Don't include <string> twice. Another include was introduced in 938e4ab0.

This reverts commit f1fd8f8f6a50e4be7797a5829062cb7649c6365a.
This commit is contained in:
Markus Rothe 2013-07-17 13:59:06 +02:00
parent f43e83e34e
commit 830d2ede86

View File

@ -32,7 +32,6 @@
#include <cstring>
#include <string>
#include <exception>
#include <string>
// Detect whether the compiler supports C++11 rvalue references.
#if (defined(__GNUC__) && (__GNUC__ > 4 || \