mirror of
https://github.com/DarkMatterCore/nxdumptool.git
synced 2024-11-22 18:26:39 +00:00
Codestyle fixes.
This commit is contained in:
parent
85748c99c5
commit
8c90f64d7f
2 changed files with 1 additions and 7 deletions
|
@ -24,8 +24,6 @@
|
|||
#ifndef __SERVICE_GUARD_H__
|
||||
#define __SERVICE_GUARD_H__
|
||||
|
||||
#include <switch.h>
|
||||
|
||||
typedef struct ServiceGuard {
|
||||
Mutex mutex;
|
||||
u32 refCount;
|
||||
|
|
|
@ -18,14 +18,10 @@
|
|||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <switch.h>
|
||||
|
||||
#include "utils.h"
|
||||
#include "services.h"
|
||||
#include "es.h"
|
||||
#include "fspusb.h"
|
||||
#include "utils.h"
|
||||
|
||||
/* Type definitions. */
|
||||
|
||||
|
|
Loading…
Reference in a new issue