Skip to content

Commit

Permalink
Purges useless header files
Browse files Browse the repository at this point in the history
  • Loading branch information
HorlogeSkynet committed May 27, 2017
1 parent 17bdd33 commit c28f8b6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions commons/commons.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,11 @@
#include <stdbool.h>
#include <unistd.h>
#include <fcntl.h>
#include <stdint.h>
#include <errno.h>
#include <inttypes.h>
#include <dirent.h>
#include <sys/stat.h>
#include <ctype.h>
#include <pthread.h>
#include <signal.h>
#include <netdb.h>
#include <arpa/inet.h>
#include <netinet/in.h>
#include <sys/socket.h>
#include <sys/select.h>
#include <sys/types.h>
#include <sys/wait.h>

#define BUFFER 1024
Expand Down

0 comments on commit c28f8b6

Please sign in to comment.