Update includes.

This commit is contained in:
jakcron
2022-04-13 13:53:14 +08:00
parent 86cc11bcfc
commit 805c9a448b
5 changed files with 9 additions and 9 deletions
+5 -5
View File
@@ -1,10 +1,10 @@
#pragma once
#include "polarssl/config.h"
#include "polarssl/aes.h"
#include "polarssl/rsa.h"
#include "polarssl/sha1.h"
#include "polarssl/sha2.h"
#include <polarssl/config.h>
#include <polarssl/aes.h>
#include <polarssl/rsa.h>
#include <polarssl/sha1.h>
#include <polarssl/sha2.h>
typedef enum
{
+1 -1
View File
@@ -1,5 +1,5 @@
#pragma once
#include "desc/desc.h"
#include "desc.h"
static const CtrSdkDescSignData kDevDescSignData[] =
{
+1 -1
View File
@@ -1,5 +1,5 @@
#pragma once
#include "desc/desc.h"
#include "desc.h"
static const CtrSdkDesc kDescPresets[] =
{
+1 -1
View File
@@ -1,5 +1,5 @@
#include "lib.h"
#include "polarssl/base64.h"
#include <polarssl/base64.h>
#define IO_BLOCKSIZE 5*MB
+1 -1
View File
@@ -1,6 +1,6 @@
#pragma once
#include "libyaml/yaml.h"
#include <libyaml/yaml.h>
typedef enum
{