bad char
[vg.git] / vg_stdint.h
diff --git a/vg_stdint.h b/vg_stdint.h
deleted file mode 100644 (file)
index 7a06fbe..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef VG_STDINT_H
-#define VG_STDINT_H
-
-#include <stdint.h>
-
-typedef uint8_t  u8;
-typedef uint16_t u16;
-typedef uint32_t u32;
-typedef uint64_t u64;
-typedef int8_t   i8;
-typedef int16_t  i16;
-typedef int32_t  i32;
-typedef int64_t  i64;
-typedef float    f32;
-typedef double   f64;
-
-#endif /* VG_STDINT_H */