summaryrefslogtreecommitdiffstats
path: root/debian/mp4v2/mp4v2-2.0.0~dfsg0/src/src.h
diff options
context:
space:
mode:
Diffstat (limited to 'debian/mp4v2/mp4v2-2.0.0~dfsg0/src/src.h')
-rw-r--r--debian/mp4v2/mp4v2-2.0.0~dfsg0/src/src.h52
1 files changed, 0 insertions, 52 deletions
diff --git a/debian/mp4v2/mp4v2-2.0.0~dfsg0/src/src.h b/debian/mp4v2/mp4v2-2.0.0~dfsg0/src/src.h
deleted file mode 100644
index 472d8a0e..00000000
--- a/debian/mp4v2/mp4v2-2.0.0~dfsg0/src/src.h
+++ /dev/null
@@ -1,52 +0,0 @@
-#ifndef MP4V2_IMPL_SRC_H
-#define MP4V2_IMPL_SRC_H
-
-///////////////////////////////////////////////////////////////////////////////
-
-#include "libplatform/platform.h"
-#include <mp4v2/mp4v2.h>
-
-///////////////////////////////////////////////////////////////////////////////
-
-namespace mp4v2 { namespace impl {
- using namespace mp4v2::platform;
- using io::File;
- using io::FileSystem;
-}} // namspace mp4v2::impl
-
-///////////////////////////////////////////////////////////////////////////////
-
-#include "text.h"
-#include "enum.h"
-#include "exception.h"
-
-#include "bmff/typebmff.h"
-#include "itmf/type.h"
-
-#include "util.h"
-#include "log.h"
-#include "mp4util.h"
-#include "mp4array.h"
-#include "mp4track.h"
-#include "mp4file.h"
-#include "mp4property.h"
-#include "mp4container.h"
-
-#include "mp4atom.h"
-#include "atoms.h"
-
-#include "bmff/bmff.h"
-#include "itmf/itmf.h"
-#include "qtff/qtff.h"
-
-#include "mp4descriptor.h"
-#include "descriptors.h"
-#include "ocidescriptors.h"
-
-#include "qosqualifiers.h"
-#include "odcommands.h"
-#include "rtphint.h"
-
-///////////////////////////////////////////////////////////////////////////////
-
-#endif // MP4V2_IMPL_SRC_H