summaryrefslogtreecommitdiff
path: root/ace/os_include/inttypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/os_include/inttypes.h')
-rw-r--r--ace/os_include/inttypes.h36
1 files changed, 0 insertions, 36 deletions
diff --git a/ace/os_include/inttypes.h b/ace/os_include/inttypes.h
deleted file mode 100644
index 68f83c74775..00000000000
--- a/ace/os_include/inttypes.h
+++ /dev/null
@@ -1,36 +0,0 @@
-// -*- C++ -*-
-
-//=============================================================================
-/**
- * @file inttypes.h
- *
- * fixed size integer types
- *
- * $Id$
- *
- * @author Don Hinton <dhinton@ieee.org>
- * @author This code was originally in various places including ace/OS.h.
- */
-//=============================================================================
-
-#ifndef ACE_OS_INCLUDE_INTTYPES_H
-#define ACE_OS_INCLUDE_INTTYPES_H
-
-#include "ace/pre.h"
-
-#include "ace/config-all.h"
-
-#if !defined (ACE_LACKS_PRAGMA_ONCE)
-# pragma once
-#endif /* ACE_LACKS_PRAGMA_ONCE */
-
-#include "ace/os_include/stdint.h"
-
-#if !defined (ACE_LACKS_INTTYPES_H)
-# include /**/ <inttypes.h>
-#endif /* !ACE_LACKS_INTTYPES_H */
-
-// @todo if needbe, we can define the macros if they aren't available.
-
-#include "ace/post.h"
-#endif /* ACE_OS_INCLUDE_INTTYPES_H */