1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2024-11-22 18:26:39 +00:00

Codestyle fixes.

This commit is contained in:
Pablo Curiel 2020-07-07 11:51:33 -04:00
parent 85748c99c5
commit 8c90f64d7f
2 changed files with 1 additions and 7 deletions

View file

@ -24,8 +24,6 @@
#ifndef __SERVICE_GUARD_H__
#define __SERVICE_GUARD_H__
#include <switch.h>
typedef struct ServiceGuard {
Mutex mutex;
u32 refCount;

View file

@ -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. */