X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=common%2Faction_macro.c;h=71d1506f5cabbe6e16392f8a0c6f1c9f4b105f7e;hb=92b0674a7f7923f8efbe3bac1b5b8a410c5756cf;hp=6d81a1efb46415619fc0fb90076c477819f9c86b;hpb=9757f960f9f50841df6651a1a52f63eb9aae242b;p=max%2Ftmk_keyboard.git diff --git a/common/action_macro.c b/common/action_macro.c index 6d81a1ef..71d1506f 100644 --- a/common/action_macro.c +++ b/common/action_macro.c @@ -15,10 +15,15 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ #include -#include "debug.h" #include "action.h" #include "action_macro.h" +#ifdef DEBUG_ACTION +#include "debug.h" +#else +#include "nodebug.h" +#endif + #ifndef NO_ACTION_MACRO