diff options
Diffstat (limited to 'src/paramproc.h')
-rw-r--r-- | src/paramproc.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/paramproc.h b/src/paramproc.h index bd59948..b7dbae3 100644 --- a/src/paramproc.h +++ b/src/paramproc.h | |||
@@ -9,8 +9,7 @@ | |||
9 | #define BU_PARAM_PROC_H | 9 | #define BU_PARAM_PROC_H |
10 | 10 | ||
11 | #include <stdint.h> | 11 | #include <stdint.h> |
12 | #include <string> | 12 | #include "bu/list.h" |
13 | #include <list> | ||
14 | #include "bu/fstring.h" | 13 | #include "bu/fstring.h" |
15 | 14 | ||
16 | namespace Bu | 15 | namespace Bu |
@@ -153,8 +152,8 @@ namespace Bu | |||
153 | Bu::FString sBanner; | 152 | Bu::FString sBanner; |
154 | ArgSpec *pBefore; | 153 | ArgSpec *pBefore; |
155 | } Banner; | 154 | } Banner; |
156 | std::list<Banner *> lBan; | 155 | Bu::List<Banner *> lBan; |
157 | std::list<ArgSpec *> lArg; | 156 | Bu::List<ArgSpec *> lArg; |
158 | }; | 157 | }; |
159 | } | 158 | } |
160 | 159 | ||