diff options
-rw-r--r-- | manager.cpp | 2 | ||||
-rw-r--r-- | player_mmbias.cpp | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/manager.cpp b/manager.cpp index 1d9bf96..6f5ea18 100644 --- a/manager.cpp +++ b/manager.cpp @@ -4,7 +4,7 @@ #include <vector> #include <string> #include <numeric> -#include <exception> +#include <stdexcept> #include <cstring> #include <dirent.h> #include <sys/stat.h> diff --git a/player_mmbias.cpp b/player_mmbias.cpp index 831a88a..813928a 100644 --- a/player_mmbias.cpp +++ b/player_mmbias.cpp @@ -5,8 +5,6 @@ #include <sys/time.h> #include "common.h" -#define INFINITY (2100000000) - using namespace std; const int MMDEPTH=2; |