Skip to content

Commit

Permalink
ClpSolve: Remove unused includes
Browse files Browse the repository at this point in the history
  • Loading branch information
a-andre authored and svigerske committed Aug 16, 2024
1 parent 2878ea1 commit 327fcdb
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/ClpSolve.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,6 @@
#endif

#include <math.h>
#ifdef _MSC_VER
#define NOMINMAX
#include <windows.h> // for Sleep()
#ifdef small
#undef small
#endif
#else
#include <unistd.h> // for usleep()
#endif

#include "CoinHelperFunctions.hpp"
#include "ClpHelperFunctions.hpp"
Expand Down

0 comments on commit 327fcdb

Please sign in to comment.