Skip to content

Commit

Permalink
Clean includes
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaivel committed May 28, 2024
1 parent d93859b commit 6d81b40
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/network/net.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include <network/packet.h>
#include <network/net.h>
#include <server/dynarr.h>

Expand Down
1 change: 0 additions & 1 deletion src/server/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

#include <unistd.h>
#include <dirent.h>
#include <errno.h>

#include <sys/mman.h>
#include <sys/stat.h>
Expand Down
1 change: 0 additions & 1 deletion src/server/processor.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include "network/packet.h"
#define SHAREDGL_HOST

#include <sharedgl.h>
Expand Down

0 comments on commit 6d81b40

Please sign in to comment.