Commit c0771a01 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

arch: x86 -- Include only asm/int.h in fpu.h

No need to include all types here. And this allows
to reuse this header outside of crtools code.
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 4200d42e
......@@ -4,7 +4,7 @@
#include <sys/types.h>
#include "compiler.h"
#include "asm/types.h"
#include "asm/int.h"
#define FP_MIN_ALIGN_BYTES 64
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment