1
0
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:
Bram Matthys
2019-06-22 21:18:08 +02:00
parent e8ff5d77c7
commit 7161f33311
53 changed files with 111 additions and 799 deletions
+1 -6
View File
@@ -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)
{