Skip to content

Commit

Permalink
Cleanup includes
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ortmann committed Nov 28, 2023
1 parent 9cbeae3 commit 0073c08
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/users.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,15 @@
*/

#include <errno.h>
#include <netinet/in.h>
#include <arpa/inet.h>

#include "main.h"
#include "users.h"
#include "chan.h"
#include "modules.h"
#include "tandem.h"

#include <netinet/in.h>
#include <arpa/inet.h>

extern struct dcc_t *dcc;
extern struct userrec *userlist, *lastuser;
extern struct chanset_t *chanset;
Expand Down

0 comments on commit 0073c08

Please sign in to comment.