summaryrefslogtreecommitdiff
path: root/plugins/dalvik/operands
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/dalvik/operands')
-rw-r--r--plugins/dalvik/operands/args.h6
-rw-r--r--plugins/dalvik/operands/pool.h6
-rw-r--r--plugins/dalvik/operands/register.h6
3 files changed, 9 insertions, 9 deletions
diff --git a/plugins/dalvik/operands/args.h b/plugins/dalvik/operands/args.h
index 354333d..9c4ba84 100644
--- a/plugins/dalvik/operands/args.h
+++ b/plugins/dalvik/operands/args.h
@@ -21,8 +21,8 @@
*/
-#ifndef _ARCH_DALVIK_OPERANDS_ARGS_H
-#define _ARCH_DALVIK_OPERANDS_ARGS_H
+#ifndef _PLUGINS_DALVIK_OPERANDS_ARGS_H
+#define _PLUGINS_DALVIK_OPERANDS_ARGS_H
#include <glib-object.h>
@@ -64,4 +64,4 @@ GArchOperand *g_dalvik_args_operand_get(const GDalvikArgsOperand *, size_t);
-#endif /* _ARCH_DALVIK_OPERANDS_ARGS_H */
+#endif /* _PLUGINS_DALVIK_OPERANDS_ARGS_H */
diff --git a/plugins/dalvik/operands/pool.h b/plugins/dalvik/operands/pool.h
index 3045a2c..d4e9722 100644
--- a/plugins/dalvik/operands/pool.h
+++ b/plugins/dalvik/operands/pool.h
@@ -21,8 +21,8 @@
*/
-#ifndef _ARCH_DALVIK_OPERANDS_POOL_H
-#define _ARCH_DALVIK_OPERANDS_POOL_H
+#ifndef _PLUGINS_DALVIK_OPERANDS_POOL_H
+#define _PLUGINS_DALVIK_OPERANDS_POOL_H
#include <glib-object.h>
@@ -77,4 +77,4 @@ uint32_t g_dalvik_pool_operand_get_index(const GDalvikPoolOperand *);
-#endif /* _ARCH_DALVIK_OPERANDS_POOL_H */
+#endif /* _PLUGINS_DALVIK_OPERANDS_POOL_H */
diff --git a/plugins/dalvik/operands/register.h b/plugins/dalvik/operands/register.h
index f1dec72..58be978 100644
--- a/plugins/dalvik/operands/register.h
+++ b/plugins/dalvik/operands/register.h
@@ -21,8 +21,8 @@
*/
-#ifndef _ARCH_DALVIK_OPERANDS_REGISTER_H
-#define _ARCH_DALVIK_OPERANDS_REGISTER_H
+#ifndef _PLUGINS_DALVIK_OPERANDS_REGISTER_H
+#define _PLUGINS_DALVIK_OPERANDS_REGISTER_H
#include <glib-object.h>
@@ -72,4 +72,4 @@ bool g_dalvik_register_operand_is_written(const GDalvikRegisterOperand *);
-#endif /* _ARCH_DALVIK_OPERANDS_REGISTER_H */
+#endif /* _PLUGINS_DALVIK_OPERANDS_REGISTER_H */