From 27ae55ad6c1bdbdbf5d8ce3323bb2ab02eb0afea Mon Sep 17 00:00:00 2001 From: Scoopta Date: Wed, 20 May 2020 23:16:12 -0700 Subject: [PATCH] Moved the wofi_api.h include to wofi.h --- inc/wofi.h | 2 ++ src/wofi.c | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/inc/wofi.h b/inc/wofi.h index 3955c4c..dc9247a 100644 --- a/inc/wofi.h +++ b/inc/wofi.h @@ -18,6 +18,8 @@ #ifndef WAIFU_H #define WAIFU_H +#include + #include #include diff --git a/src/wofi.c b/src/wofi.c index 45803d6..2d7034e 100644 --- a/src/wofi.c +++ b/src/wofi.c @@ -16,7 +16,6 @@ */ #include -#include #include #include