mirror of
https://github.com/transmission/transmission.git
synced 2025-12-20 02:18:42 +00:00
use '#pragma once' instead of #ifndef..#define..#endif guards
This commit is contained in:
@@ -24,8 +24,7 @@ THE SOFTWARE.
|
||||
#error only libtransmission should #include this header.
|
||||
#endif
|
||||
|
||||
#ifndef _TR_LPD_H
|
||||
#define _TR_LPD_H
|
||||
#pragma once
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
@@ -48,5 +47,3 @@ bool tr_lpdSendAnnounce (const tr_torrent*);
|
||||
/**
|
||||
* @} */
|
||||
|
||||
#endif /* _TR_LPD_H */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user