diff --git a/wups_include/wups.h b/wups_include/wups.h index 5b209a9..87572ae 100644 --- a/wups_include/wups.h +++ b/wups_include/wups.h @@ -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_ */ \ No newline at end of file diff --git a/wups_include/common.h b/wups_include/wups/common.h similarity index 100% rename from wups_include/common.h rename to wups_include/wups/common.h diff --git a/wups_include/function_patching.h b/wups_include/wups/function_patching.h similarity index 100% rename from wups_include/function_patching.h rename to wups_include/wups/function_patching.h diff --git a/wups_include/hooks.h b/wups_include/wups/hooks.h similarity index 100% rename from wups_include/hooks.h rename to wups_include/wups/hooks.h diff --git a/wups_include/utils.h b/wups_include/wups/utils.h similarity index 100% rename from wups_include/utils.h rename to wups_include/wups/utils.h