diff options
author | Christian Gmeiner <christian.gmeiner@gmail.com> | 2009-02-19 14:09:17 +0100 |
---|---|---|
committer | Christian Gmeiner <christian.gmeiner@gmail.com> | 2009-02-19 14:09:17 +0100 |
commit | b74b93b0d95ef21c4bccbbc8ef53322b4b1565a5 (patch) | |
tree | f910bc266b19055394ad05ba58b49be4bc3eacae /dxr3syncbuffer.h | |
parent | 9f9db2b92fb3a36db4b21e2b07bb6029d9adc4dc (diff) | |
download | vdr-plugin-dxr3-b74b93b0d95ef21c4bccbbc8ef53322b4b1565a5.tar.gz vdr-plugin-dxr3-b74b93b0d95ef21c4bccbbc8ef53322b4b1565a5.tar.bz2 |
simplify cDxr3SyncBuffer::Pop
Diffstat (limited to 'dxr3syncbuffer.h')
-rw-r--r-- | dxr3syncbuffer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dxr3syncbuffer.h b/dxr3syncbuffer.h index 91fdb48..1ed7a83 100644 --- a/dxr3syncbuffer.h +++ b/dxr3syncbuffer.h @@ -27,7 +27,6 @@ #include <vdr/ringbuffer.h> #include "dxr3interface.h" #include "dxr3generaldefines.h" -#include "dxr3nextpts.h" #include "Uncopyable.h" // ================================== |