aboutsummaryrefslogtreecommitdiff
path: root/src/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/string.h')
-rw-r--r--src/string.h6
1 files changed, 0 insertions, 6 deletions
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 @@
11#include <stdint.h> 11#include <stdint.h>
12#include <memory> 12#include <memory>
13 13
14#ifndef WIN32
15#include <wordexp.h>
16#endif
17
18#include "bu/util.h" 14#include "bu/util.h"
19#include "bu/sharedcore.h" 15#include "bu/sharedcore.h"
20#include "bu/exceptionbase.h" 16#include "bu/exceptionbase.h"
@@ -25,8 +21,6 @@
25 21
26#include <string.h> 22#include <string.h>
27 23
28#define nMinSize (256)
29
30namespace Bu 24namespace Bu
31{ 25{
32 class String; 26 class String;