linux(4): Remove sys/cdefs.h inclusion under x86/linux due to 685dc743

This commit is contained in:
Dmitry Chagin 2023-08-18 15:58:32 +03:00
parent 110be11ac9
commit 0541653520
3 changed files with 0 additions and 3 deletions

View File

@ -25,7 +25,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include <sys/param.h>
#include <sys/kernel.h>
#include <sys/proc.h>

View File

@ -28,7 +28,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include <sys/param.h>
#include <x86/cputypes.h>
#include <x86/x86_var.h>

View File

@ -26,7 +26,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include <sys/param.h>
#include <sys/signal.h>
#include <x86/specialreg.h>