summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortomsmeding <hallo@tomsmeding.nl>2015-10-23 12:45:37 +0200
committertomsmeding <hallo@tomsmeding.nl>2015-10-23 12:45:37 +0200
commit0c7d7a110c47b011f3e33c212f9c814dd17c0a77 (patch)
tree4ecf4029dc36c004a3dd51447e242ee0ef5c21ab
parente22b0edd4822ad5030d19d8fdb61511690e34239 (diff)
rpi stuff
-rw-r--r--manager.cpp2
-rw-r--r--player_mmbias.cpp2
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;