Skip to content

Commit

Permalink
Clean include
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaivel committed May 28, 2024
1 parent 6d81b40 commit e93675a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/server/main.c
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
#define SHAREDGL_HOST

#include <sharedgl.h>
#include <sgldebug.h>

#include <server/processor.h>
#include <server/overlay.h>
#include <server/context.h>
#include <sgldebug.h>

#include <unistd.h>
#include <dirent.h>
#include <fcntl.h>
#include <signal.h>

#include <sys/mman.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <signal.h>

#include <stdio.h>
#include <stdlib.h>
Expand Down

0 comments on commit e93675a

Please sign in to comment.