Author | Jakob Wakeling <[email protected]> |
Date | 2020-08-17 11:19:41 |
Commit | 0743acd7d064e99c24cf4b38b3adac639eda858d |
Parent | cb2f93b3b4b12ebf3ee6fa0c0ed2f20a64d41528 |
Remove unused includes
Diffstat
M | src/obfi.c | | | 2 | -- |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/obfi.c b/src/obfi.c index 7140e49..58a6ebd 100644 --- a/src/obfi.c +++ b/src/obfi.c @@ -32,8 +32,6 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE SOFTWARE. #include "error.h" -#include <errno.h> -#include <stdarg.h> #include <stddef.h> #include <stdint.h> #include <stdio.h>