mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-09 07:23:13 +02:00
Code cleanup: make src/*.c use the generic #include "unrealircd.h" file
(with only a few exceptions) Now, we'll find out later if Windows still compiles, I guess ;)
This commit is contained in:
+1
-6
@@ -17,12 +17,7 @@
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
|
||||
#include "struct.h"
|
||||
#include "common.h"
|
||||
#include "sys.h"
|
||||
#include "msg.h"
|
||||
#include "h.h"
|
||||
#include <string.h>
|
||||
#include "unrealircd.h"
|
||||
|
||||
int CommandExists(char *name)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user