Browse Source

Remove includes of <binary.h>

Scott Lahteine 6 years ago
parent
commit
6214c997c0

+ 0
- 1
Marlin/src/HAL/HAL_STM32F1/binary.h View File

@@ -1 +0,0 @@
1
-#include <bit_constants.h>

+ 0
- 1
Marlin/src/feature/I2CPositionEncoder.cpp View File

@@ -37,7 +37,6 @@
37 37
 #include "../module/temperature.h"
38 38
 #include "../module/stepper.h"
39 39
 #include "../gcode/parser.h"
40
-#include <binary.h>
41 40
 
42 41
 #include <Wire.h>
43 42
 

+ 0
- 2
Marlin/src/lcd/dogm/dogm_Bootscreen.h View File

@@ -27,8 +27,6 @@
27 27
  * http://marlinfw.org/tools/u8glib/converter.html
28 28
  */
29 29
 
30
-#include <binary.h>
31
-
32 30
 #include "../../inc/MarlinConfig.h"
33 31
 
34 32
 #if ENABLED(SHOW_BOOTSCREEN)

+ 0
- 2
Marlin/src/lcd/dogm/dogm_Statusscreen.h View File

@@ -27,8 +27,6 @@
27 27
  * http://marlinfw.org/tools/u8glib/converter.html
28 28
  */
29 29
 
30
-#include <binary.h>
31
-
32 30
 #include "../../inc/MarlinConfig.h"
33 31
 
34 32
 #define BW(N) ((N + 7) / 8)

Loading…
Cancel
Save