summaryrefslogtreecommitdiff
path: root/keyboards/hadron/ver3/ver3.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/hadron/ver3/ver3.h')
-rw-r--r--keyboards/hadron/ver3/ver3.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/keyboards/hadron/ver3/ver3.h b/keyboards/hadron/ver3/ver3.h
index 516f7b9a1b..95926469bf 100644
--- a/keyboards/hadron/ver3/ver3.h
+++ b/keyboards/hadron/ver3/ver3.h
@@ -1,4 +1,4 @@
-/* Copyright 2018 Jack Humbert <jack.humb@gmail.com>
+/* Copyright 2018 ishtob
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -13,9 +13,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef VER3_H
-#define VER3_H
+#pragma once
-#include "hadron.h"
-
-#endif \ No newline at end of file
+#include "hadron.h" \ No newline at end of file