summaryrefslogtreecommitdiffstats
path: root/tmk_core/common/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/common/util.h')
-rw-r--r--tmk_core/common/util.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/tmk_core/common/util.h b/tmk_core/common/util.h
index 68642e7fd3..db57f268c3 100644
--- a/tmk_core/common/util.h
+++ b/tmk_core/common/util.h
@@ -15,8 +15,7 @@ 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 UTIL_H
-#define UTIL_H
+#pragma once
#include <stdint.h>
@@ -46,5 +45,3 @@ uint32_t bitrev32(uint32_t bits);
#ifdef __cplusplus
}
#endif
-
-#endif