diff options
-rw-r--r-- | include/bbs.h | 4 | ||||
-rw-r--r-- | include/util.h | 5 |
2 files changed, 0 insertions, 9 deletions
diff --git a/include/bbs.h b/include/bbs.h index 63054477..b9b3307e 100644 --- a/include/bbs.h +++ b/include/bbs.h @@ -74,10 +74,6 @@ extern "C" { #include "convert.h" #endif -#ifdef _UTIL_C_ - #include "util.h" -#endif - #ifndef INCLUDE_VAR_H #include "var.h" #endif diff --git a/include/util.h b/include/util.h deleted file mode 100644 index 3b11c294..00000000 --- a/include/util.h +++ /dev/null @@ -1,5 +0,0 @@ -#ifndef INCLUDE_UTIL_H -#define INCLUDE_UTIL_H -int passwd_mmap(void); - -#endif // INCLUDE_UTIL_H |