1
0
mirror of https://github.com/cathery/sys-con.git synced 2024-07-03 02:18:43 +00:00

Move stratosphere include into source file

This commit is contained in:
cathery 2020-03-03 19:45:35 +03:00
parent 95de6047be
commit e0f8df2166
2 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,7 @@
#include "controller_handler.h"
#include "config_handler.h"
#include <stratosphere.hpp>
#include "SwitchUSBDevice.h"
#include "ControllerHelpers.h"

View File

@ -1,5 +1,4 @@
#pragma once
#include <stratosphere.hpp>
namespace syscon::usb {