use '#pragma once' instead of #ifndef..#define..#endif guards

This commit is contained in:
Jordan Lee
2016-03-29 16:37:21 +00:00
parent 77b5105ea0
commit 1af60ad6ad
129 changed files with 149 additions and 417 deletions

View File

@@ -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