diff options
author | Armaan Bhojwani <me@armaanb.net> | 2021-05-03 19:49:38 -0400 |
---|---|---|
committer | Armaan Bhojwani <me@armaanb.net> | 2021-05-03 19:49:38 -0400 |
commit | ddc99326eefe67aed83428bb031c526b3d59bc34 (patch) | |
tree | c9cbd1b3f2106730558d71de8312f5b26087151e | |
parent | eda15081af0597c744776a4f945cb7e809fcd935 (diff) | |
download | opendoas-ddc99326eefe67aed83428bb031c526b3d59bc34.tar.gz |
Remove unused include
-rw-r--r-- | insults.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1,8 +1,6 @@ #include <stdlib.h> #include <time.h> -#include "config.h" - char *insults[] = { /* * These insults were mostly stolen from the Sudo project. The copyright |