Browse Source

Remove unnecessary dependency on time.h from qr_solve.cpp

Fixed compiler errors on Ubuntu using arduino-core
Gabe Rosenhouse 10 years ago
parent
commit
99f6326544
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      Marlin/qr_solve.cpp

+ 0
- 2
Marlin/qr_solve.cpp View File

@@ -4,8 +4,6 @@
4 4
 
5 5
 #include <stdlib.h>
6 6
 #include <math.h>
7
-#include <time.h>
8
-
9 7
 
10 8
 //# include "r8lib.h"
11 9
 

Loading…
Cancel
Save