aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/common/nodebug.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/common/nodebug.h')
-rw-r--r--tmk_core/common/nodebug.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/tmk_core/common/nodebug.h b/tmk_core/common/nodebug.h
index b9c8b3ac0..0b176684b 100644
--- a/tmk_core/common/nodebug.h
+++ b/tmk_core/common/nodebug.h
@@ -15,8 +15,7 @@ You should have received a copy of the GNU General Public License
15along with this program. If not, see <http://www.gnu.org/licenses/>. 15along with this program. If not, see <http://www.gnu.org/licenses/>.
16*/ 16*/
17 17
18#ifndef NODEBUG_H 18#pragma once
19#define NODEBUG_H
20 19
21#ifndef NO_DEBUG 20#ifndef NO_DEBUG
22# define NO_DEBUG 21# define NO_DEBUG
@@ -25,5 +24,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
25#else 24#else
26# include "debug.h" 25# include "debug.h"
27#endif 26#endif
28
29#endif