Move wups include into a seperate folder to avoid collisions

This commit is contained in:
Maschell 2018-06-28 22:04:47 +02:00
parent 79c7571248
commit 0dc08b804b
5 changed files with 4 additions and 4 deletions

View File

@ -26,9 +26,9 @@
#ifndef WUPS_H_
#define WUPS_H_
#include "common.h"
#include "function_patching.h"
#include "hooks.h"
#include "utils.h"
#include "wups/common.h"
#include "wups/function_patching.h"
#include "wups/hooks.h"
#include "wups/utils.h"
#endif /* WUPS_WUPS_H_ */