diff options
Diffstat (limited to 'src/unit/list.unit')
-rw-r--r-- | src/unit/list.unit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unit/list.unit b/src/unit/list.unit index 66e45b2..24346a3 100644 --- a/src/unit/list.unit +++ b/src/unit/list.unit | |||
@@ -6,7 +6,7 @@ | |||
6 | * terms of the license contained in the file LICENSE. | 6 | * terms of the license contained in the file LICENSE. |
7 | */ | 7 | */ |
8 | 8 | ||
9 | #include "bu/fstring.h" | 9 | #include "bu/string.h" |
10 | #include "bu/list.h" | 10 | #include "bu/list.h" |
11 | 11 | ||
12 | typedef Bu::List<int> IntList; | 12 | typedef Bu::List<int> IntList; |