Docker api #242

Closed
mohitkhubele wants to merge 285 commits from docker_api into master
3 changed files with 0 additions and 5 deletions
Showing only changes of commit 305cdd8b12 - Show all commits
-2
View File
@@ -4,8 +4,6 @@
#include <stdlib.h> /* srand, rand */
#ifdef __linux__
#include <unistd.h>
#elif _WIN32
#include <Windows.h>
#endif
#include <mutex>
-1
View File
@@ -7,7 +7,6 @@
#elif _WIN32
#define _USE_MATH_DEFINES
#include <math.h>
#include <Windows.h>
#endif
#include <mutex>
-2
View File
@@ -14,8 +14,6 @@
#include <stdlib.h>
#ifdef __linux__
#include <unistd.h>
#elif _WIN32
#include <Windows.h>
#endif
#include <mutex>