diff options
Diffstat (limited to 'thread.cpp')
-rw-r--r-- | thread.cpp | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -1,11 +1,10 @@ -#include <cstdlib> -#include <iostream> -#include <stdexcept> -#include <vdr/tools.h> -#include <tnt/tntnet.h> + #include "thread.h" + #include "tntconfig.h" +#include <vdr/tools.h> + namespace vdrlive { using namespace std; |