Skip to content

Commit

Permalink
Remove duplicate header includes in MySQL CNID backend
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmark committed Nov 13, 2024
1 parent 6b6fd1f commit 53808bd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libatalk/cnid/mysql/cnid_mysql.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,10 @@
#undef _FORTIFY_SOURCE

#include <arpa/inet.h>
#include <arpa/inet.h>
#include <errno.h>
#include <errno.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <stdlib.h>
#include <sys/param.h>
Expand Down

0 comments on commit 53808bd

Please sign in to comment.