diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2018-01-30 20:53:24 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2018-01-30 20:53:24 (GMT) |
commit | 4132223466dcabc19a1b6f0178adf1c1a35b07ad (patch) | |
tree | ad5ef2262e8e1855c9c7f23a0f11f560039d54c6 /plugins/dex | |
parent | 896b31fbbef2fba442566a422fa4d409771b61dd (diff) |
Moved the mangling related code.
Diffstat (limited to 'plugins/dex')
-rw-r--r-- | plugins/dex/pool.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/dex/pool.c b/plugins/dex/pool.c index 3c97da3..19e9e36 100644 --- a/plugins/dex/pool.c +++ b/plugins/dex/pool.c @@ -30,8 +30,8 @@ #include <i18n.h> #include <core/global.h> -#include <format/mangling/demangler.h> -#include <format/mangling/dex/context.h> +#include <mangling/demangler.h> +#include <mangling/dex/context.h> #include "dex-int.h" |