Skip to content

Commit bbf2e21

Browse files
committed
remove private includes from dec265
1 parent a5798eb commit bbf2e21

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

dec265/dec265.cc

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@
3636
#ifndef _MSC_VER
3737
#include <sys/time.h>
3838
#include <unistd.h>
39-
#include "libde265/decctx.h"
40-
#else
41-
// VS2008 didn't support C99, compile all everything as C++
42-
#include "libde265/decctx.h"
4339
#endif
4440

4541
#if HAVE_VIDEOGFX
@@ -51,10 +47,6 @@ using namespace videogfx;
5147
#include "sdl.hh"
5248
#endif
5349

54-
extern "C" {
55-
#include "libde265/threads.h"
56-
}
57-
5850

5951
#define BUFFER_SIZE 40960
6052
#define NUM_THREADS 4

0 commit comments

Comments
 (0)