mirror of
https://github.com/morgan9e/libfprint-fpc1020
synced 2026-04-15 00:44:25 +09:00
cleanup: Use #pragma once everywhere
Remove legacy header guards, and use compiler newer features.
This commit is contained in:
@@ -19,8 +19,7 @@
|
||||
* Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef __FPI_BYTE_READER_H__
|
||||
#define __FPI_BYTE_READER_H__
|
||||
#pragma once
|
||||
|
||||
#include <glib.h>
|
||||
#include "fpi-byte-utils.h"
|
||||
@@ -676,5 +675,3 @@ fpi_byte_reader_skip_inline (FpiByteReader * reader, guint nbytes)
|
||||
#endif /* FPI_BYTE_READER_DISABLE_INLINES */
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
#endif /* __FPI_BYTE_READER_H__ */
|
||||
|
||||
Reference in New Issue
Block a user