]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/threadengine.h
ListModeBase: Minor changes to original u_listmode code
[user/henk/code/inspircd.git] / include / threadengine.h
index f01abfbbe393f629868d28e0f6d3a1c0448c02df..e0ed9ec405b006b428c54afce1d32c3bc396267e 100644 (file)
 #include <vector>
 #include <string>
 #include <map>
-#include "inspircd_config.h"
+#include "config.h"
 #include "base.h"
 
-#ifdef WINDOWS
-#include "threadengines/threadengine_win32.h"
-#endif
-
 class ThreadData;
 
 /** Derive from this class to implement your own threaded sections of