diff --git a/src/name.h b/src/name.h deleted file mode 100644 index 8d6e1fc..0000000 --- a/src/name.h +++ /dev/null @@ -1,14 +0,0 @@ -/* Copyright (C) GCK - * - * This file is part of yait - * - * This project and file is licenced under the BSD-3-Clause licence. - * - */ - -#ifndef NAME_H -#define NAME_H - -char *get_name(); - -#endif