diff options
author | Pixel <Pixel> | 2001-11-12 22:20:50 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2001-11-12 22:20:50 +0000 |
commit | ae4d1cfcbbe4c6130bd6370a03f546993a37f567 (patch) | |
tree | a423eced8aab74e0ed121ad1b3e828247ac5bb34 /include/String.h | |
parent | e57c35f00e5eba0ee5199997238cf3179a89c4d2 (diff) |
Cleaning includes, progressing taskman...
Diffstat (limited to 'include/String.h')
-rw-r--r-- | include/String.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/String.h b/include/String.h index 463abfc..c6afdb2 100644 --- a/include/String.h +++ b/include/String.h @@ -4,7 +4,7 @@ #include <iostream.h> #include <string.h> -#include "Exceptions.h" +#include <Exceptions.h> /* * Cette classe permet de stocker des chaînes de caractères simplement. |