blob: 41d1f9491fbc80f6eedfeef5e5a18dfea24b480b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- src/MeshDev.h.orig 2013-09-26 18:00:27.000000000 +0200
+++ src/MeshDev.h 2013-09-26 18:00:43.000000000 +0200
@@ -30,7 +30,6 @@
// C Standard Library
#include <math.h> // sqrt, ceil
#include <stdlib.h> // EXIT_SUCCESS, EXIT_FAILURE
-#include <sys/timeb.h> // timeb, ftime
#include <time.h> // time
// Use C++ Standard Library namespace
|