| 1 | #ifndef BASE_SYSTEM_H |
|---|---|
| 2 | #define BASE_SYSTEM_H |
| 3 | |
| 4 | #include "dbg.h" |
| 5 | #include "detect.h" |
| 6 | #include "fs.h" |
| 7 | #include "io.h" |
| 8 | #include "mem.h" |
| 9 | #include "secure.h" |
| 10 | #include "str.h" |
| 11 | #include "time.h" |
| 12 | #include "types.h" |
| 13 | |
| 14 | #endif |
| 15 |
| 1 | #ifndef BASE_SYSTEM_H |
|---|---|
| 2 | #define BASE_SYSTEM_H |
| 3 | |
| 4 | #include "dbg.h" |
| 5 | #include "detect.h" |
| 6 | #include "fs.h" |
| 7 | #include "io.h" |
| 8 | #include "mem.h" |
| 9 | #include "secure.h" |
| 10 | #include "str.h" |
| 11 | #include "time.h" |
| 12 | #include "types.h" |
| 13 | |
| 14 | #endif |
| 15 |