Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit a754ddb

Browse files
committed
replaced include guards with #pragma once in RemotesView.h
This file is unused and about to be deleted anyways.
1 parent 27252da commit a754ddb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Modules/Remotes/RemotesView.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
*
1515
*/
1616

17-
#ifndef MGV_REMOTES_VIEW_H
18-
#define MGV_REMOTES_VIEW_H
17+
#pragma once
1918

2019
#include "libBlueSky/Views.hpp"
2120

@@ -37,5 +36,3 @@ class RemotesView : public BlueSky::View
3736
RemotesViewContext* mCtx;
3837
QTreeView* mTreeView;
3938
};
40-
41-
#endif

0 commit comments

Comments
 (0)