diff options
| author | notyourav <65437533+notyourav@users.noreply.github.com> | 2021-03-21 22:55:31 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-21 22:55:31 -0700 |
| commit | 725efbe2d0b7253ba2a3ee935f830b3bfbe8eb7f (patch) | |
| tree | 269a5ee1b44bb2600a63fbb2e9223a0b997f46f0 /src/object/fileScreenObjects.c | |
| parent | eb1643b9b7b513b74b2fb752c8409f175f14ed73 (diff) | |
| parent | f0d610f385dcbac0973a3c4b2f48621417492b5a (diff) | |
Merge pull request #142 from notyourav/static
TU squashing
Diffstat (limited to 'src/object/fileScreenObjects.c')
| -rw-r--r-- | src/object/fileScreenObjects.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/object/fileScreenObjects.c b/src/object/fileScreenObjects.c index 97cbfd5e..de79631a 100644 --- a/src/object/fileScreenObjects.c +++ b/src/object/fileScreenObjects.c @@ -4,9 +4,9 @@ #include "main.h" #include "menu.h" #include "npc.h" -#include "position.h" +#include "coord.h" #include "fileScreen.h" -#include "readKeyInput.h" +#include "utils.h" #include "structures.h" #include "functions.h" |
