mirror of
https://github.com/transmission/transmission.git
synced 2025-12-25 04:45:56 +00:00
use '#pragma once' instead of #ifndef..#define..#endif guards
This commit is contained in:
@@ -7,8 +7,7 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef GTR_ACTIONS_H
|
||||
#define GTR_ACTIONS_H
|
||||
#pragma once
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include "tr-core.h"
|
||||
@@ -28,4 +27,3 @@ void gtr_action_set_toggled (const char * action_name, gboolean is_toggle
|
||||
void gtr_action_set_important (const char * action_name, gboolean is_important);
|
||||
GtkWidget* gtr_action_get_widget (const char * path);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user