diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-07-14 20:36:35 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-07-14 20:36:35 (GMT) |
commit | 46c8fd10ec5bff1ee1146a0b6a7aa7eb9f47a2da (patch) | |
tree | a3d1877165a08ffb8de8adc9df617832cfc22674 /plugins/ropgadgets | |
parent | 32e65656666b05faba999a0c01819949de9b28a1 (diff) |
Moved the project information into the analysis domain.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@550 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'plugins/ropgadgets')
-rw-r--r-- | plugins/ropgadgets/select.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ropgadgets/select.c b/plugins/ropgadgets/select.c index 2889eb5..66c2add 100644 --- a/plugins/ropgadgets/select.c +++ b/plugins/ropgadgets/select.c @@ -35,7 +35,7 @@ #include <i18n.h> -#include <project.h> +#include <analysis/project.h> #include <common/cpp.h> #include <common/extstr.h> #include <core/formats.h> |