main: Use #pragma once

This commit is contained in:
Bastien Nocera
2020-01-23 17:35:48 +01:00
parent 3d6dfabd8d
commit b99afd19f0
3 changed files with 3 additions and 16 deletions

View File

@ -18,9 +18,7 @@
*
*/
#ifndef FILE_STORAGE_H
#define FILE_STORAGE_H
#pragma once
int file_storage_print_data_save(FpPrint *print);
@ -39,5 +37,3 @@ int file_storage_deinit(void);
GSList *file_storage_discover_prints(FpDevice *dev, const char *username);
GSList *file_storage_discover_users(void);
#endif