0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-25 16:22:35 +01:00

ircd: Rename ircd_getopt.h.

This commit is contained in:
Jason Volk 2016-09-11 21:13:30 -07:00
parent 5cc056e68c
commit ec283711c2
2 changed files with 1 additions and 1 deletions

View file

@ -72,7 +72,7 @@ namespace ircd
#include "util_timer.h"
#include "defaults.h"
#include "exception.h"
#include "ircd_getopt.h"
#include "getopt.h"
#include "numeric.h"
#include "color.h"
#include "messages.h"