summaryrefslogtreecommitdiff
path: root/src/gui/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/setup.h')
-rw-r--r--src/gui/setup.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/gui/setup.h b/src/gui/setup.h
index d510267d..ec45f93b 100644
--- a/src/gui/setup.h
+++ b/src/gui/setup.h
@@ -19,8 +19,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef SETUP_H
-#define SETUP_H
+#pragma once
#include "gui/widgets/window.h"
@@ -72,5 +71,3 @@ class Setup : public Window, public gcn::ActionListener
};
extern Setup* setupWindow;
-
-#endif