aboutsummaryrefslogtreecommitdiff
path: root/include/ogg/config_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ogg/config_types.h')
-rw-r--r--include/ogg/config_types.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/ogg/config_types.h b/include/ogg/config_types.h
deleted file mode 100644
index 3891a1c..0000000
--- a/include/ogg/config_types.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef __CONFIG_TYPES_H__
-#define __CONFIG_TYPES_H__
-
-typedef short ogg_int16_t;
-typedef unsigned short ogg_uint16_t;
-typedef int ogg_int32_t;
-typedef unsigned int ogg_uint32_t;
-typedef long long ogg_int64_t;
-
-#endif