projects
/
lmud
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
93457ab
)
chore: removed direct includes of lmud.h
master
origin/HEAD
origin/master
author
Lukas Krickl
<lukas@krickl.dev>
Sat, 21 Feb 2026 21:24:41 +0000
(22:24 +0100)
committer
Lukas Krickl
<lukas@krickl.dev>
Sat, 21 Feb 2026 21:24:41 +0000
(22:24 +0100)
src/lmud.c
patch
|
blob
|
history
src/u_rand.h
patch
|
blob
|
history
diff --git
a/src/lmud.c
b/src/lmud.c
index ccec30a8012b116d1a3b71a583e1e6fc6a260120..5e24856ee618ccd9fbc8d7ba6c188d0e9ab02559 100644
(file)
--- a/
src/lmud.c
+++ b/
src/lmud.c
@@
-2,7
+2,7
@@
#include <getopt.h>
#include <stdlib.h>
#include "u_stdio.h"
#include <getopt.h>
#include <stdlib.h>
#include "u_stdio.h"
-#include "
lmud
.h"
+#include "
u_defs
.h"
struct lmud_config lmud_global_cfg;
struct lmud_config lmud_global_cfg;
diff --git
a/src/u_rand.h
b/src/u_rand.h
index 1d06560b1e4aa8e0baef5506ddd3d182e2c8a946..beb920eb23dfde88da7b7c463d21893b7180f3e4 100644
(file)
--- a/
src/u_rand.h
+++ b/
src/u_rand.h
@@
-1,7
+1,7
@@
#ifndef U_RAND_H__
#define U_RAND_H__
#ifndef U_RAND_H__
#define U_RAND_H__
-#include "
lmud
.h"
+#include "
u_defs
.h"
void u_srand(u32 s);
void u_srand(u32 s);