]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - server.c
Remove some unnecessary includes.
[paraslash.git] / server.c
index 0f2967b3317e13f5272964fca46f136d44774bfa..0ae888fa8557357838df38b0be1c9c8ae40cfaad 100644 (file)
--- a/server.c
+++ b/server.c
  *
  *     - Doubly linked lists: \ref list.h,
  *     - Ring buffer: \ref ringbuffer.c, \ref ringbuffer.h,
- *     - Hashing: \ref hash.h, \ref sha1.h, \ref sha1.c,
- *     - Crypto: \ref crypt.c.
+ *     - Crypto: \ref crypt.c, \ref crypt.h.
  *     - Forward error correction: \ref fec.c.
  */
 
 #include <signal.h>
-#include <dirent.h>
 #include <sys/time.h>
 #include <regex.h>
 #include <osl.h>