From 0fa7d8691844419348a3d8de33eaa9b0f1fa9d04 Mon Sep 17 00:00:00 2001
From: Tim Moore <tim@youngmoores.com>
Date: Tue, 6 Aug 2019 20:54:18 -0700
Subject: [PATCH] Fix thermistor names (info menu) (#14860)

---
 Marlin/src/lcd/thermistornames.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Marlin/src/lcd/thermistornames.h b/Marlin/src/lcd/thermistornames.h
index f0f27560aa..a874743010 100644
--- a/Marlin/src/lcd/thermistornames.h
+++ b/Marlin/src/lcd/thermistornames.h
@@ -19,7 +19,6 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
-#pragma once
 
 /**
  * thermistornames.h
-- 
GitLab