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:
@@ -7,12 +7,10 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef GTR_TORRENT_CREATION_DIALOG_H
|
||||
#define GTR_TORRENT_CREATION_DIALOG_H
|
||||
#pragma once
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include "tr-core.h"
|
||||
|
||||
GtkWidget* gtr_torrent_creation_dialog_new (GtkWindow * parent, TrCore * core);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user