diff options
Diffstat (limited to 'src/strings/mstring.hpp')
-rw-r--r-- | src/strings/mstring.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/strings/mstring.hpp b/src/strings/mstring.hpp index 2da6a78..47becc4 100644 --- a/src/strings/mstring.hpp +++ b/src/strings/mstring.hpp @@ -23,8 +23,6 @@ # include <deque> -# include "base.hpp" - namespace strings { /// An owning string that is still expected to change. |