Remove includes of <binary.h>
This commit is contained in:
parent
4555ae448f
commit
6214c997c0
4 changed files with 0 additions and 6 deletions
|
@ -1 +0,0 @@
|
||||||
#include <bit_constants.h>
|
|
|
@ -37,7 +37,6 @@
|
||||||
#include "../module/temperature.h"
|
#include "../module/temperature.h"
|
||||||
#include "../module/stepper.h"
|
#include "../module/stepper.h"
|
||||||
#include "../gcode/parser.h"
|
#include "../gcode/parser.h"
|
||||||
#include <binary.h>
|
|
||||||
|
|
||||||
#include <Wire.h>
|
#include <Wire.h>
|
||||||
|
|
||||||
|
|
|
@ -27,8 +27,6 @@
|
||||||
* http://marlinfw.org/tools/u8glib/converter.html
|
* http://marlinfw.org/tools/u8glib/converter.html
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <binary.h>
|
|
||||||
|
|
||||||
#include "../../inc/MarlinConfig.h"
|
#include "../../inc/MarlinConfig.h"
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
|
|
|
@ -27,8 +27,6 @@
|
||||||
* http://marlinfw.org/tools/u8glib/converter.html
|
* http://marlinfw.org/tools/u8glib/converter.html
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <binary.h>
|
|
||||||
|
|
||||||
#include "../../inc/MarlinConfig.h"
|
#include "../../inc/MarlinConfig.h"
|
||||||
|
|
||||||
#define BW(N) ((N + 7) / 8)
|
#define BW(N) ((N + 7) / 8)
|
||||||
|
|
Reference in a new issue