summaryrefslogtreecommitdiff
path: root/ace/Map.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Map.h')
-rw-r--r--ace/Map.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/ace/Map.h b/ace/Map.h
deleted file mode 100644
index a8334f72cb6..00000000000
--- a/ace/Map.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/* -*- C++ -*- */
-
-//=============================================================================
-/**
- * @file Map.h
- *
- * $Id$
- *
- * @author Irfan Pyarali
- */
-//=============================================================================
-
-
-#ifndef ACE_MAP_H
-#define ACE_MAP_H
-#include "ace/pre.h"
-
-#include "ace/OS.h"
-
-#if !defined (ACE_LACKS_PRAGMA_ONCE)
-# pragma once
-#endif /* ACE_LACKS_PRAGMA_ONCE */
-
-// Include the templates here.
-#include "ace/Map_T.h"
-
-#include "ace/post.h"
-#endif /* ACE_MAP_H */