summaryrefslogtreecommitdiff
path: root/ace/os_include/spawn.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/os_include/spawn.h')
-rw-r--r--ace/os_include/spawn.h36
1 files changed, 0 insertions, 36 deletions
diff --git a/ace/os_include/spawn.h b/ace/os_include/spawn.h
deleted file mode 100644
index 79d2f12f221..00000000000
--- a/ace/os_include/spawn.h
+++ /dev/null
@@ -1,36 +0,0 @@
-// -*- C++ -*-
-
-//=============================================================================
-/**
- * @file spawn.h
- *
- * spawn (ADVANCED REALTIME)
- *
- * $Id$
- *
- * @author Don Hinton <dhinton@ieee.org>
- * @author This code was originally in various places including ace/OS.h.
- */
-//=============================================================================
-
-#ifndef ACE_OS_INCLUDE_SPAWN_H
-#define ACE_OS_INCLUDE_SPAWN_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/signal.h"
-#include "ace/os_include/sys/types.h"
-#include "ace/os_include/sched.h"
-
-#if !defined (ACE_LACKS_SPAWN_H)
-# include /**/ <spawn.h>
-#endif /* !ACE_LACKS_SPAWN_H */
-
-#include "ace/post.h"
-#endif /* ACE_OS_INCLUDE_SPAWN_H */