multilib_header_wrapper.h: Remove pragma once

This was a bandaid to avoid include recursion caused by multilibbed
wordsize.h

(From OE-Core rev: 7496c8fd4b2d9a69ee764f196abaec6172be2f02)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj
2020-05-16 08:58:40 -07:00
committed by Richard Purdie
parent e5df49dfa3
commit 55b6734be9

View File

@@ -5,8 +5,6 @@
*
*/
#pragma once
#if defined (__bpf__)
#define __MHWORDSIZE 64
#elif defined (__arm__)