From d823eb86d66cd4515e431d059526217655e9d198 Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Tue, 4 Oct 2011 14:14:55 +0200 Subject: Removed obsolete types.h header files Our "portable" types are defined in stdint.h, so there is no need for the types.h header files anymore. Signed-off-by: Thomas Huth --- include/types.h | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 include/types.h (limited to 'include') diff --git a/include/types.h b/include/types.h deleted file mode 100644 index cbadd7c..0000000 --- a/include/types.h +++ /dev/null @@ -1,28 +0,0 @@ -/****************************************************************************** - * Copyright (c) 2004, 2008 IBM Corporation - * All rights reserved. - * This program and the accompanying materials - * are made available under the terms of the BSD License - * which accompanies this distribution, and is available at - * http://www.opensource.org/licenses/bsd-license.php - * - * Contributors: - * IBM Corporation - initial implementation - *****************************************************************************/ - -#ifndef _TYPES_H -#define _TYPES_H - -#warning "This file is obsolete. Please use #include instead." - -typedef unsigned char uint8_t; -typedef unsigned short uint16_t; -typedef unsigned int uint32_t; -typedef unsigned long long uint64_t; - -typedef signed char int8_t; -typedef signed short int16_t; -typedef signed int int32_t; -typedef signed long long int64_t; - -#endif -- cgit v1.1