# | Line 1 | Line 1 | |
---|---|---|
1 | < | #include <cstdlib> |
2 | < | #include <cstdio> |
3 | < | #include <cstring> |
1 | > | #include <stdlib.h> |
2 | > | #include <stdio.h> |
3 | > | #include <string.h> |
4 | ||
5 | #include "Globals.hpp" | |
6 | #include "simError.h" |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |