Rename version.{c.h} to detect

This commit is contained in:
plutoo 2018-01-11 21:43:37 +01:00
parent 4a19fb7022
commit 5f860ad4b3
3 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ extern "C" {
#include <switch/kernel/mutex.h>
#include <switch/kernel/thread.h>
#include <switch/kernel/virtmem.h>
#include <switch/kernel/version.h>
#include <switch/kernel/detect.h>
#include <switch/arm.h>
#include <switch/ipc.h>