summaryrefslogtreecommitdiff
path: root/apps/codecs/libwmapro/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libwmapro/types.h')
-rw-r--r--apps/codecs/libwmapro/types.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/apps/codecs/libwmapro/types.h b/apps/codecs/libwmapro/types.h
deleted file mode 100644
index 01359fc1b1..0000000000
--- a/apps/codecs/libwmapro/types.h
+++ /dev/null
@@ -1,8 +0,0 @@
1#ifndef _TYPES_H_
2#define _TYPES_H_
3
4#include <inttypes.h>
5
6#define FIXED int32_t
7
8#endif