| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | #ifndef _ATOM_H_ | |
| 2 | #define _ATOM_H_ | |
| 3 | ||
| 4 | < | #include <cstring> |
| 5 | < | #include <cstdlib> |
| 4 | > | #include <string.h> |
| 5 | > | #include <stdlib.h> |
| 6 | #include <iostream> | |
| 7 | ||
| 8 | #include "SimState.hpp" | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |