diff options
Diffstat (limited to 'src/common/random.h')
-rw-r--r-- | src/common/random.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/random.h b/src/common/random.h index 1bb8ecfb5..59b609464 100644 --- a/src/common/random.h +++ b/src/common/random.h @@ -4,9 +4,7 @@ #ifndef _RANDOM_H_ #define _RANDOM_H_ -#ifndef _CBASETYPES_H_ #include "../common/cbasetypes.h" -#endif void rnd_init(void); void rnd_seed(uint32); |