diff --git a/cpukit/include/rtems/stdint.h b/cpukit/include/rtems/stdint.h deleted file mode 100644 index 54f067a329..0000000000 --- a/cpukit/include/rtems/stdint.h +++ /dev/null @@ -1,24 +0,0 @@ -/** - * @file rtems/stdint.h - * - * Wrapper to , switching to on systems - * only having (e.g. Solaris-5.7). - */ - -/* - * $Id$ - */ - -#ifndef _RTEMS_STDINT_H -#define _RTEMS_STDINT_H - -#include - -#if RTEMS_USES_STDINT_H -#include - -#else -#include -#endif - -#endif