cpu/x86/name/name.c: Clean up includes

Also sort includes alphabetically.

Change-Id: I49615434b140601ce599b4a63aa42c82874bd0f7
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/44315
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
diff --git a/src/cpu/x86/name/name.c b/src/cpu/x86/name/name.c
index a7d2c70..bf62aef 100644
--- a/src/cpu/x86/name/name.c
+++ b/src/cpu/x86/name/name.c
@@ -1,9 +1,9 @@
 /* SPDX-License-Identifier: GPL-2.0-only */
 
-#include <string.h>
 #include <arch/cpu.h>
-#include <device/device.h>
 #include <cpu/x86/name.h>
+#include <stdint.h>
+#include <string.h>
 
 void fill_processor_name(char *processor_name)
 {