From b6ecbd8cc4572a45e99e3009f0abc95056ead0c4 Mon Sep 17 00:00:00 2001
From: Scott Lahteine <sourcetree@thinkyhead.com>
Date: Sun, 25 Jan 2015 18:50:09 -0800
Subject: [PATCH] cleanup

---
 Marlin/pins.h | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/Marlin/pins.h b/Marlin/pins.h
index f965b7d561..2df6dc1a14 100644
--- a/Marlin/pins.h
+++ b/Marlin/pins.h
@@ -1,7 +1,7 @@
 /**
  * pins.h
- * 
  */
+
 #ifndef PINS_H
 #define PINS_H
 
@@ -34,13 +34,7 @@
   #include "pins_SETHI.h"
 #elif MB(RAMPS_OLD)
   #include "pins_RAMPS_OLD.h"
-#elif MB(RAMPS_13_EFB)
-  #include "pins_RAMPS_13.h"
-#elif MB(RAMPS_13_EEB)
-  #include "pins_RAMPS_13.h"
-#elif MB(RAMPS_13_EFF)
-  #include "pins_RAMPS_13.h"
-#elif MB(RAMPS_13_EEF)
+#elif MB(RAMPS_13_EFB) || MB(RAMPS_13_EEB) || MB(RAMPS_13_EFF) || MB(RAMPS_13_EEF)
   #include "pins_RAMPS_13.h"
 #elif MB(DUEMILANOVE_328P)
   #include "pins_DUEMILANOVE_328P.h"
-- 
GitLab