diff options
Diffstat (limited to 'src/errmsg.c')
-rw-r--r-- | src/errmsg.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/errmsg.c b/src/errmsg.c index 63af533..cc7bf12 100644 --- a/src/errmsg.c +++ b/src/errmsg.c @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Michael Smith <mikesmiffy128@gmail.com> + * Copyright © 2023 Michael Smith <mikesmiffy128@gmail.com> * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -14,8 +14,6 @@ * PERFORMANCE OF THIS SOFTWARE. */ -#include "con_.h" - const char msg_note[] = "note: "; const char msg_warn[] = "warning: "; const char msg_error[] = "error: "; |