mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
use '#pragma once' instead of #ifndef..#define..#endif guards
This commit is contained in:
@@ -8,11 +8,9 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef GTR_MSGWIN_H
|
||||
#define GTR_MSGWIN_H
|
||||
#pragma once
|
||||
|
||||
#include "tr-core.h"
|
||||
|
||||
GtkWidget * gtr_message_log_window_new (GtkWindow * parent, TrCore * core);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user