From 68da497f35a94e63425ab3308d2b9be655803c08 Mon Sep 17 00:00:00 2001 From: ManuelMcLure Date: Tue, 3 Dec 2019 23:29:02 -0800 Subject: [PATCH] Remove debug_out.h '#pragma once' (again) (#16098) --- Marlin/src/core/debug_out.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Marlin/src/core/debug_out.h b/Marlin/src/core/debug_out.h index 25682a601c..07bdad7ff2 100644 --- a/Marlin/src/core/debug_out.h +++ b/Marlin/src/core/debug_out.h @@ -19,7 +19,6 @@ * along with this program. If not, see . * */ -#pragma once // // Serial aliases for debugging.