Removed obsolete header file ctdlsalearn.h
[citadel.git] / ctdlsalearn / src / sockets.c
index 9b21f4f9fb1b08e21a51c57eec01cbf97e461c95..75e145c966ff4030454c73b736b4f7cb912ecbd3 100644 (file)
@@ -1,5 +1,7 @@
 /*
+ * Socket functions for ctdlsalearn
  *
+ * This is open source software for the Linux operating system, licensed under GPL v3
  */
 
 #include <config.h>
@@ -15,7 +17,6 @@
 #include <pwd.h>
 #include <errno.h>
 #include <stdarg.h>
-#include "ctdlsalearn.h"
 
 #ifndef INADDR_NONE
 #define INADDR_NONE 0xffffffff