summaryrefslogtreecommitdiff
path: root/src/arch/x86/operands/modrm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/operands/modrm.h')
-rw-r--r--src/arch/x86/operands/modrm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/operands/modrm.h b/src/arch/x86/operands/modrm.h
index 89a274f..428d481 100644
--- a/src/arch/x86/operands/modrm.h
+++ b/src/arch/x86/operands/modrm.h
@@ -28,7 +28,7 @@
#include <glib-object.h>
-#include "../registers.h"
+#include "../register.h"
#include "../../immediate.h"
#include "../../operand.h"
#include "../../../common/endianness.h"