Skip to content

Commit

Permalink
remove unused includes and using statements
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Stenvall committed Sep 21, 2015
1 parent 9406f19 commit 8146e23
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/HTSPVFS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,14 @@
*/

#include "platform/threads/mutex.h"
#include "platform/threads/atomics.h"
#include "platform/util/timeutils.h"
#include "platform/sockets/tcp.h"

extern "C" {
#include "libhts/htsmsg_binary.h"
#include "libhts/sha1.h"
}

#include "Tvheadend.h"
#include "client.h"

using namespace std;
using namespace ADDON;
using namespace PLATFORM;

/*
Expand Down

0 comments on commit 8146e23

Please sign in to comment.