diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2018-07-19 20:00:40 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2018-07-19 20:00:40 (GMT) |
commit | 12abead3f60d6f72c0d41672af87215dfc13c8fc (patch) | |
tree | 3fda90b6e1b439644a39730ae8935c74da1f2d44 /plugins/fmtp | |
parent | 79ae70be75b534c18fbfce38294f5ba7feef0e11 (diff) |
Deleted all references to any asm syntax.
Diffstat (limited to 'plugins/fmtp')
-rw-r--r-- | plugins/fmtp/def.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/fmtp/def.h b/plugins/fmtp/def.h index 8af70b8..2fa4761 100644 --- a/plugins/fmtp/def.h +++ b/plugins/fmtp/def.h @@ -28,7 +28,6 @@ #include <stdbool.h> -#include <arch/archbase.h> #include <common/cpp.h> |