diff options
Diffstat (limited to 'src/client.h')
| -rw-r--r-- | src/client.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/client.h b/src/client.h index 5b5c5ff..223bf86 100644 --- a/src/client.h +++ b/src/client.h @@ -21,10 +21,6 @@ #include "globals.h" -#include "client_reqs.h" -#include "room.h" -#include "userdb.h" - extern int client_fd, to_parent, from_parent; extern bool are_admin; |