From 86e3e2ed03a4889cf64a9149f1f0f5047a889c56 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Sun, 27 Mar 2011 04:27:17 +0000 Subject: I had a useless include and a silly macro defined in the header file of string. --- src/string.cpp | 2 ++ src/string.h | 6 ------ 2 files changed, 2 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/string.cpp b/src/string.cpp index 9cf3ffc..957d52d 100644 --- a/src/string.cpp +++ b/src/string.cpp @@ -14,6 +14,8 @@ #include "bu/formatter.h" #include +#define nMinSize (256) + Bu::StringCore::StringCore() : nLength( 0 ), pFirst( NULL ), diff --git a/src/string.h b/src/string.h index 71798db..9270c55 100644 --- a/src/string.h +++ b/src/string.h @@ -11,10 +11,6 @@ #include #include -#ifndef WIN32 -#include -#endif - #include "bu/util.h" #include "bu/sharedcore.h" #include "bu/exceptionbase.h" @@ -25,8 +21,6 @@ #include -#define nMinSize (256) - namespace Bu { class String; -- cgit v1.2.3