wrote a small Makefile
[NeonServV5.git] / main.c
diff --git a/main.c b/main.c
index cbba30f8f1d4783625cf0566dbd77394bd711100..536fb4c4d463d9eaa7c5e3a24349d5742d676e2b 100644 (file)
--- a/main.c
+++ b/main.c
@@ -4,15 +4,6 @@
 #include "UserNode.h"
 #include "IRCEvents.h"
 
-//all c files - so we don't need a big Makefile right now :D
-#include "ClientSocket.c"
-#include "IRCParser.c"
-#include "UserNode.c"
-#include "ChanNode.c"
-#include "ChanUser.c"
-#include "IRCEvents.c"
-#include "WHOHandler.c"
-
 void just_test_it() {
     struct UserNode *user;
     struct ClientSocket *client;