theimpossibleastronaut / modemu2k

modemu2k is a fork of modemu, a telnet client with a modem-like user interface
https://theimpossibleastronaut.com/modemu2k
GNU General Public License v3.0
10 stars 6 forks source link

Comments can be removed #4

Closed andy5995 closed 6 years ago

andy5995 commented 6 years ago

The comments next to these #include statements can be removed. Only the ones near the include statements, the comments below can remain for now.

https://github.com/theimpossibleastronaut/modemu2k/blob/3e0ab8e3200718c556b5af7647e7d81c284dcf37/src/sock.c#L4

antwonthegreat commented 6 years ago

On it

antwonthegreat commented 6 years ago

All c files or just sock.c?

andy5995 commented 6 years ago

Just that one for now. I'll need to review the other files before deciding on them. Thanks for asking first.