1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-07 22:23:13 +02:00

Get rid of proto.h and integrate the 20 lines into h.h.

This commit is contained in:
Bram Matthys
2021-09-11 10:26:18 +02:00
parent 5dc6411419
commit 39edbd643d
10 changed files with 27 additions and 76 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ INCLUDES = ../../include/channel.h \
../../include/ircsprintf.h \
../../include/license.h \
../../include/modules.h ../../include/modversion.h ../../include/msg.h \
../../include/numeric.h ../../include/proto.h ../../include/dns.h \
../../include/numeric.h ../../include/dns.h \
../../include/resource.h ../../include/setup.h \
../../include/struct.h ../../include/sys.h \
../../include/types.h \