From 5f860ad4b37c60cf8319da7b380284fe45f65ae8 Mon Sep 17 00:00:00 2001 From: plutoo Date: Thu, 11 Jan 2018 21:43:37 +0100 Subject: [PATCH] Rename version.{c.h} to detect --- nx/include/switch.h | 2 +- nx/include/switch/kernel/{version.h => detect.h} | 0 nx/source/kernel/{version.c => detect.c} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename nx/include/switch/kernel/{version.h => detect.h} (100%) rename nx/source/kernel/{version.c => detect.c} (100%) diff --git a/nx/include/switch.h b/nx/include/switch.h index 0ab59a6d..8d8897e6 100644 --- a/nx/include/switch.h +++ b/nx/include/switch.h @@ -17,7 +17,7 @@ extern "C" { #include #include #include -#include +#include #include #include diff --git a/nx/include/switch/kernel/version.h b/nx/include/switch/kernel/detect.h similarity index 100% rename from nx/include/switch/kernel/version.h rename to nx/include/switch/kernel/detect.h diff --git a/nx/source/kernel/version.c b/nx/source/kernel/detect.c similarity index 100% rename from nx/source/kernel/version.c rename to nx/source/kernel/detect.c