Moved the wofi_api.h include to wofi.h

This commit is contained in:
Scoopta 2020-05-20 23:16:12 -07:00
parent bd9f49b963
commit 27ae55ad6c
2 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,8 @@
#ifndef WAIFU_H
#define WAIFU_H
#include <wofi_api.h>
#include <stdbool.h>
#include <map.h>

View File

@ -16,7 +16,6 @@
*/
#include <wofi.h>
#include <wofi_api.h>
#include <ctype.h>
#include <dlfcn.h>