network: Use #pragma once on headers
Another low hanging fruit that reduces even more the number of lines of code of the headers.
This commit is contained in:
parent
f1347132d9
commit
120eb2f59e
11 changed files with 11 additions and 52 deletions
|
@ -17,8 +17,7 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
#ifndef _NETWORK_DIALOGS_H
|
||||
#define _NETWORK_DIALOGS_H
|
||||
#pragma once
|
||||
|
||||
#include <NetworkManager.h>
|
||||
#include <gtk/gtk.h>
|
||||
|
@ -37,5 +36,3 @@ void cc_network_panel_connect_to_8021x_network (GtkWidget *toplevel,
|
|||
void cc_network_panel_connect_to_3g_network (GtkWidget *toplevel,
|
||||
NMClient *client,
|
||||
NMDevice *device);
|
||||
|
||||
#endif /* _NETWORK_DIALOGS_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue