diff options
author | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-05-02 20:03:01 -0700 |
---|---|---|
committer | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-05-02 20:03:01 -0700 |
commit | f4c0da6517e3a5bf4e87d2ac0acf474fbc75d62c (patch) | |
tree | e08dbb1336f9bf74a7e7d2d1cefd4728c9b57e18 /web/web_prompt.c | |
parent | 309a8042a3a84476637ad9c0f6535a1d71369759 (diff) | |
download | dartboat-f4c0da6517e3a5bf4e87d2ac0acf474fbc75d62c.tar.gz dartboat-f4c0da6517e3a5bf4e87d2ac0acf474fbc75d62c.tar.xz |
web: more renaming
Diffstat (limited to 'web/web_prompt.c')
-rw-r--r-- | web/web_prompt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/web_prompt.c b/web/web_prompt.c index 4a2b829..69f4705 100644 --- a/web/web_prompt.c +++ b/web/web_prompt.c @@ -1,7 +1,7 @@ #include "web_control.h" #include "web_prompt.h" #include "web_match.h" -#include "web_ui.h" +#include "web_scoreboard.h" #include <stdlib.h> #include <string.h> |